Improve this Doc
View Source
Class OAuth1HttpBehaviour
Inheritance
System.Object
OAuth1HttpBehaviour
Namespace:Dapplo.HttpExtensions.OAuth
Assembly:Dapplo.HttpExtensions.dll
Syntax
public class OAuth1HttpBehaviour : HttpBehaviour, IChangeableHttpBehaviour, IHttpBehaviour
Properties
|
Improve this Doc
View Source
BeforeSend
Set this function if you want to modify the request message that is send to the service
Declaration
public Action<HttpRequestMessage> BeforeSend { get; set; }
Returns
Type |
Description |
System.Action<System.Net.Http.HttpRequestMessage> |
|
|
Improve this Doc
View Source
OnAccessToken
Set this function if you want to process any additional access token values
Declaration
public Action<IDictionary<string, string>> OnAccessToken { get; set; }
Returns
Type |
Description |
System.Action<System.Collections.Generic.IDictionary<System.String, System.String>> |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public OAuth1HttpBehaviour Clone()
Returns