C# Class ConsoleApplication1.HeaderValueProvider

Inheritance: IValueProvider
Mostrar archivo Open project: tugberkugurlu/ProWebAPI.Samples

Public Methods

Method Description
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult
HeaderValueProvider ( System.Net.Http.Headers.HttpRequestHeaders headers ) : System

Private Methods

Method Description
GetProp ( string name ) : PropertyInfo

Method Details

ContainsPrefix() public method

public ContainsPrefix ( string prefix ) : bool
prefix string
return bool

GetValue() public method

public GetValue ( string key ) : System.Web.Http.ValueProviders.ValueProviderResult
key string
return System.Web.Http.ValueProviders.ValueProviderResult

HeaderValueProvider() public method

public HeaderValueProvider ( System.Net.Http.Headers.HttpRequestHeaders headers ) : System
headers System.Net.Http.Headers.HttpRequestHeaders
return System