Méthode |
Description |
|
CheckNameValueFormat ( string name, string value ) : void |
|
|
CheckValueFormat ( string value ) : void |
|
|
CreateNameValue ( ) : NameValueHeaderValue |
|
|
Find ( ObjectCollection values, string name ) : NameValueHeaderValue |
|
|
GetHashCode ( ObjectCollection values ) : int |
|
|
GetNameValueLength ( string input, int startIndex, Func nameValueCreator, NameValueHeaderValue &parsedValue ) : int |
|
|
GetNameValueLength ( string input, int startIndex, NameValueHeaderValue &parsedValue ) : int |
|
|
GetNameValueListLength ( string input, int startIndex, char delimiter, ObjectCollection nameValueCollection ) : int |
|
|
GetValueLength ( string input, int startIndex ) : int |
|
|
ICloneable ( ) : object |
|
|
NameValueHeaderValue ( ) : System.Collections.Generic |
|
|
ToString ( ObjectCollection values, char separator, bool leadingSeparator ) : string |
|
|
ToString ( ObjectCollection values, char separator, bool leadingSeparator, StringBuilder destination ) : void |
|
|