FormUrlEncodedContent Class

FormUrlEncodedContent class

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

public class FormUrlEncodedContent : ByteArrayContent

Constructors

NameDescription
FormUrlEncodedContent(IEnumerable<KeyValuePair<String, String>>)

Properties

NameDescription
getHeaders Gets the HTTP content headers.

Methods

NameDescription
dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
readAsByteArray()Serialize the HTTP content and return a byte array that represents the content.
readAsStream()Serialize the HTTP content and return a stream that represents the content.
readAsString()Serialize the HTTP content and return a String that represents the content.

See Also