C# Class Raven.Abstractions.OAuth.AbstractAuthenticator

ファイルを表示 Open project: robashton/ravendb

Protected Properties

Property Type Description
CurrentOauthToken string

Public Methods

Method Description
ConfigureRequest ( object sender, WebRequestEventArgs e ) : void
DoOAuthRequest ( string oauthSource ) : Action

Protected Methods

Method Description
SetHeader ( WebHeaderCollection headers, string key, string value ) : void

Method Details

ConfigureRequest() public method

public ConfigureRequest ( object sender, WebRequestEventArgs e ) : void
sender object
e Raven.Abstractions.Connection.WebRequestEventArgs
return void

DoOAuthRequest() public abstract method

public abstract DoOAuthRequest ( string oauthSource ) : Action
oauthSource string
return Action

SetHeader() protected static method

protected static SetHeader ( WebHeaderCollection headers, string key, string value ) : void
headers System.Net.WebHeaderCollection
key string
value string
return void

Property Details

CurrentOauthToken protected_oe property

protected string CurrentOauthToken
return string