M&B: Bannerlord 1.3.14
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.HttpHelper Class Reference

Static Public Member Functions

static Task< string > DownloadStringTaskAsync (string url)
static Task< byte[]> DownloadDataTaskAsync (string url)
static Task< string > PostStringAsync (string url, string postData, string mediaType="application/json")

Member Function Documentation

◆ DownloadStringTaskAsync()

Task< string > TaleWorlds.Library.HttpHelper.DownloadStringTaskAsync ( string url)
static

◆ DownloadDataTaskAsync()

Task< byte[]> TaleWorlds.Library.HttpHelper.DownloadDataTaskAsync ( string url)
static

◆ PostStringAsync()

Task< string > TaleWorlds.Library.HttpHelper.PostStringAsync ( string url,
string postData,
string mediaType = "application/json" )
static