public class FormUrlEncodedContent extends ByteArrayContent
A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
DEFAULT_HTTP_ENCODING, DEFAULT_STRING_ENCODING| Constructor and Description |
|---|
FormUrlEncodedContent(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.String>> nameValueCollection)
Initializes a new instance of the
FormUrlEncodedContent class. |
serializeToStreamdispose, dispose, getHeaders, readAsByteArray, readAsStream, readAsStringpublic FormUrlEncodedContent(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.String>> nameValueCollection)
Initializes a new instance of the FormUrlEncodedContent class.
nameValueCollection - The name value collection.