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
.
13
:
base
(
GetContentByteArray
(
nameValueCollection
))
14
{
15
base.Headers.ContentType =
new
MediaTypeHeaderValue
(
"application/x-www-form-urlencoded"
);
16
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.Http.FormUrlEncodedContent.GetContentByteArray
static byte[] GetContentByteArray(IEnumerable< KeyValuePair< string, string > > nameValueCollection)
Definition
FormUrlEncodedContent.cs:18
System.Net.Http.Headers.MediaTypeHeaderValue
Definition
MediaTypeHeaderValue.cs:9
System
Net
Http
FormUrlEncodedContent
Generated by
1.10.0