Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FormUrlEncodedContent()

System.Net.Http.FormUrlEncodedContent.FormUrlEncodedContent ( IEnumerable< KeyValuePair< string, string > > nameValueCollection)
inline

Definition at line 12 of file FormUrlEncodedContent.cs.

14 {
15 base.Headers.ContentType = new MediaTypeHeaderValue("application/x-www-form-urlencoded");
16 }
static byte[] GetContentByteArray(IEnumerable< KeyValuePair< string, string > > nameValueCollection)