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

Inheritance: System.Net.Http.Headers.HttpHeaderParser
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ToString ( object value ) : string
TryParseValue ( string value, object storeValue, int &index, object &parsedValue ) : bool

Private Methods

Méthode Description
ByteArrayHeaderParser ( ) : System.Diagnostics

Method Details

ToString() public méthode

public ToString ( object value ) : string
value object
Résultat string

TryParseValue() public méthode

public TryParseValue ( string value, object storeValue, int &index, object &parsedValue ) : bool
value string
storeValue object
index int
parsedValue object
Résultat bool