ExtremeSwank OpenID
OpenIdDesktopClient Constructor (identity, timeout, hostName, lowPort, highPort)
NamespacesExtremeSwank.OpenIdOpenIdDesktopClientOpenIdDesktopClient(String, Int32, String, Int32, Int32)
Create a new instance of OpenIdDesktopClient.
Declaration Syntax
C#Visual BasicVisual C++
public OpenIdDesktopClient(
	string identity,
	int timeout,
	string hostName,
	int lowPort,
	int highPort
)
Public Sub New ( _
	identity As String, _
	timeout As Integer, _
	hostName As String, _
	lowPort As Integer, _
	highPort As Integer _
)
public:
OpenIdDesktopClient(
	String^ identity, 
	int timeout, 
	String^ hostName, 
	int lowPort, 
	int highPort
)
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.
lowPort (Int32)
The lowest port number in the desired range.
highPort (Int32)
The highest port number in the desired range.
Remarks
Use a random port between two supplied port numbers.

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