C# Class System.Net.Http.Headers.GenericHeaderParser

Inheritance: System.Net.Http.Headers.BaseHeaderParser
Exibir arquivo Open project: dotnet/corefx

Protected Methods

Method Description
GetParsedValueLength ( string value, int startIndex, object storeValue, object &parsedValue ) : int

Private Methods

Method Description
GenericHeaderParser ( bool supportsMultipleValues, GetParsedValueLengthDelegate getParsedValueLength ) : System.Collections
GenericHeaderParser ( bool supportsMultipleValues, GetParsedValueLengthDelegate getParsedValueLength, IEqualityComparer comparer ) : System.Collections
ParseHost ( string value, int startIndex, object &parsedValue ) : int
ParseMailAddress ( string value, int startIndex, object &parsedValue ) : int
ParseMultipleEntityTags ( string value, int startIndex, object &parsedValue ) : int
ParseNameValue ( string value, int startIndex, object &parsedValue ) : int
ParseProduct ( string value, int startIndex, object &parsedValue ) : int
ParseSingleEntityTag ( string value, int startIndex, object &parsedValue ) : int
ParseTokenList ( string value, int startIndex, object &parsedValue ) : int

Method Details

GetParsedValueLength() protected method

protected GetParsedValueLength ( string value, int startIndex, object storeValue, object &parsedValue ) : int
value string
startIndex int
storeValue object
parsedValue object
return int