C# Class System.Net.Http.Tests.HttpHeaderValueCollectionTest.MockHeaderParser

Inheritance: System.Net.Http.Headers.HttpHeaderParser
Show file Open project: dotnet/corefx

Public Methods

Method Description
MockHeaderParser ( Type valueType ) : System
TryParseValue ( string value, object storeValue, int &index, object &parsedValue ) : bool

Method Details

MockHeaderParser() public method

public MockHeaderParser ( Type valueType ) : System
valueType System.Type
return System

TryParseValue() public method

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