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

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

Méthodes publiques

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

Method Details

MockHeaderParser() public méthode

public MockHeaderParser ( Type valueType ) : System
valueType System.Type
Résultat System

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