An OAuth Consumer for .NET 2.0
AuthenticationMethod Enumeration
NamespacesExtremeSwank.OAuthAuthenticationMethod
HTTP method to use for OAuth request, also specifies the format for the authentication parameters.
Declaration Syntax
C#Visual BasicVisual C++
public enum AuthenticationMethod
Public Enumeration AuthenticationMethod
public enum class AuthenticationMethod
Members
MemberDescription
Header
Authenticate using the HTTP header.

Post
Authenticate using the HTTP POST method.

Get
Authenticate using the HTTP GET method.

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)