C# Class Microsoft.Http.Headers.Challenge

Datei anzeigen Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
GetParameter ( string parameter ) : string
Parse ( string value ) : Challenge
ToString ( ) : string
TryGetParameter ( string parameter, string &value ) : bool

Method Details

GetParameter() public method

public GetParameter ( string parameter ) : string
parameter string
return string

Parse() public static method

public static Parse ( string value ) : Challenge
value string
return Challenge

ToString() public method

public ToString ( ) : string
return string

TryGetParameter() public method

public TryGetParameter ( string parameter, string &value ) : bool
parameter string
value string
return bool