FormUrlEncodedContent class

FormUrlEncodedContent class

A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.

Inheritance: FormUrlEncodedContentByteArrayContentContent

The FormUrlEncodedContent type exposes the following members:

Properties

PropertyDescription
headersGets the HTTP content headers.

Methods

MethodDescription
read_as_streamSerialize the HTTP content and return a stream that represents the content.
read_as_byte_arraySerialize the HTTP content and return a byte array that represents the content.
read_as_stringSerialize the HTTP content and return a string that represents the content.

See Also