Method | Description | |
---|---|---|
FormUrlEncodedParser ( string>.ICollection |
Initializes a new instance of the FormUrlEncodedParser class.
|
Method | Description | |
---|---|---|
CopyCurrent ( ParserState parseState ) : ParserState | ||
ParseBuffer ( byte buffer, int bytesReady, int &bytesConsumed, bool isFinal ) : ParserState | ||
ParseNameValuePairs ( byte buffer, int bytesReady, int &bytesConsumed, NameValueState &nameValueState, long maximumLength, long &totalBytesConsumed, CurrentNameValuePair currentNameValuePair, string>.ICollection |
public FormUrlEncodedParser ( string>.ICollection |
||
nameValuePairs | string>.ICollection | The collection to which name value pairs are added as they are parsed. |
maxMessageSize | long | Maximum length of all the individual name value pairs. |
return | System.Collections.Generic |