ExtremeSwank OpenID
OpenIdDesktopClient Constructor (identity, timeout, hostName)
NamespacesExtremeSwank.OpenIdOpenIdDesktopClientOpenIdDesktopClient(String, Int32, String)
Create a new instance of OpenIdDesktopClient.
Declaration Syntax
C#Visual BasicVisual C++
public OpenIdDesktopClient(
	string identity,
	int timeout,
	string hostName
)
Public Sub New ( _
	identity As String, _
	timeout As Integer, _
	hostName As String _
)
public:
OpenIdDesktopClient(
	String^ identity, 
	int timeout, 
	String^ hostName
)
Parameters
identity (String)
The OpenID Identity to authenticate.
timeout (Int32)
The amount of time to wait for a response back from the OpenID Provider.
hostName (String)
The hostname that will be used for the return URL.

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