An OAuth Consumer for .NET 2.0
RequestTokenUrl Property
NamespacesExtremeSwank.OAuthOAuthClientRequestTokenUrl
The URL where Request Tokens can be requested.
Declaration Syntax
C#Visual BasicVisual C++
public Uri RequestTokenUrl { get; set; }
Public Property RequestTokenUrl As Uri
public:
property Uri^ RequestTokenUrl {
	Uri^ get ();
	void set (Uri^ value);
}
Remarks
This is provided by the OAuth Service Provider.

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