An OAuth Consumer for .NET 2.0
TokenRequestFormat Property
NamespacesExtremeSwank.OAuthOAuthClientTokenRequestFormat
The HTTP request method and authentication arugment format that will be used to request tokens from the service provider.
Declaration Syntax
C#Visual BasicVisual C++
public AuthenticationMethod TokenRequestFormat { get; set; }
Public Property TokenRequestFormat As AuthenticationMethod
public:
property AuthenticationMethod TokenRequestFormat {
	AuthenticationMethod get ();
	void set (AuthenticationMethod value);
}
Remarks
Arguments will be placed in the HTTP Header by default. Other options are A) passing via querystring using an HTTP GET request, or B) passing via the body of an HTTP POST request. Only applies when performing token operations.

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