An OAuth Consumer for .NET 2.0
GetRedirect Method (callbackUri, token, args)
NamespacesExtremeSwank.OAuthOAuthClientGetRedirect(Uri, RequestToken, NameValueCollection)
Returns the URL that the user should be directed to in order to upgrade the Request Token to a Access Token.
Declaration Syntax
C#Visual BasicVisual C++
public Uri GetRedirect(
	Uri callbackUri,
	RequestToken token,
	NameValueCollection args
)
Public Function GetRedirect ( _
	callbackUri As Uri, _
	token As RequestToken, _
	args As NameValueCollection _
) As Uri
public:
Uri^ GetRedirect(
	Uri^ callbackUri, 
	RequestToken^ token, 
	NameValueCollection^ args
)
Parameters
callbackUri (Uri)
Optional URL that the user will be directed to when finished.
token (RequestToken)
The Request Token to upgrade.
args (NameValueCollection)
Optional additional arguments to include in the request.
Return Value
The redirect URL.

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