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

Inheritance: System.Net.Http.Headers.HttpHeaderParser
显示文件 Open project: dotnet/corefx

Public Methods

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

Private Methods

Method Description
ByteArrayHeaderParser ( ) : System.Diagnostics

Method Details

ToString() public method

public ToString ( object value ) : string
value object
return string

TryParseValue() public method

public TryParseValue ( string value, object storeValue, int &index, object &parsedValue ) : bool
value string
storeValue object
index int
parsedValue object
return bool