Class OAuth1HttpBehaviourFactory
This factory can be used to create a IHttpBehaviour which handles OAuth requests
Inheritance
System.Object
OAuth1HttpBehaviourFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public static class OAuth1HttpBehaviourFactory
Methods
| Improve this Doc View SourceCreate(OAuth1Settings, IHttpBehaviour)
Create a specify OAuth IHttpBehaviour
Declaration
public static OAuth1HttpBehaviour Create(OAuth1Settings oAuthSettings, IHttpBehaviour fromHttpBehaviour = null)
Parameters
| Type | Name | Description |
|---|---|---|
| OAuth1Settings | oAuthSettings | OAuthSettings |
| IHttpBehaviour | fromHttpBehaviour | IHttpBehaviour or null |
Returns
| Type | Description |
|---|---|
| OAuth1HttpBehaviour | IHttpBehaviour |