ExtremeSwank OpenID
CreateRequest Method (immediate, autoRedirect)
NamespacesExtremeSwank.OpenIdClientCoreCreateRequest(Boolean, Boolean)
Creates the redirect URL for the OpenID authentication request.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Uri CreateRequest(
	bool immediate,
	bool autoRedirect
)
Public Overridable Function CreateRequest ( _
	immediate As Boolean, _
	autoRedirect As Boolean _
) As Uri
public:
virtual Uri^ CreateRequest(
	bool immediate, 
	bool autoRedirect
)
Parameters
immediate (Boolean)
Create an immediate-mode request URL.
autoRedirect (Boolean)
Automatically redirect the current HTTP session to the OpenID Provider.
Return Value
The redirect URL string that should be launched by the user's web browser.
Remarks

Use Immediate mode to get an immediate response back from the OpenID Provider. This means the OpenID Provider will not prompt the user in any way, but will redirect the user's browser back with an authentication response. If the user is not currently logged in to the Provider, a "SetupNeeded" response will be received here at the client.

Set autoRedirect to true to automatically perform an HTTP redirect on the user's browser. This option is only valid in an ASP.NET environment. For all other environments, setting this value will have no effect.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)