Property | Type | Description | |
---|---|---|---|
CertificateValidator_CertificateValidation | void | ||
DoConnectComplete | void | ||
InitializeComponent | void | ||
SelectEndpoint | EndpointDescription | ||
Server_ConnectMI_Click | void | ||
Server_ReconnectComplete | void | ||
Session_KeepAlive | void | ||
UpdateStatus | void |
Method | Description | |
---|---|---|
Connect ( ) : Session |
Creates a new session.
|
|
Connect ( string serverUrl, bool useSecurity ) : Session |
Creates a new session.
|
|
ConnectServerCtrl ( ) : System |
Initializes the object.
|
|
Disconnect ( ) : void |
Disconnects from the server.
|
|
Discover ( string hostName ) : void |
Prompts the user to choose a server on another host.
|
|
SetAvailableUrls ( IList |
Sets the URLs shown in the control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CertificateValidator_CertificateValidation ( CertificateValidator sender, CertificateValidationEventArgs e ) : void |
Handles a certificate validation error.
|
|
DoConnectComplete ( object state ) : void |
Raises the connect complete event on the main GUI thread.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SelectEndpoint ( ) : EndpointDescription |
Finds the endpoint that best matches the current settings.
|
|
Server_ConnectMI_Click ( object sender, |
Handles a click on the connect button.
|
|
Server_ReconnectComplete ( object sender, |
Handles a reconnect event complete from the reconnect handler.
|
|
Session_KeepAlive ( Session session, KeepAliveEventArgs e ) : void |
Handles a keep alive event from a session.
|
|
UpdateStatus ( bool error, System.DateTime time, string status ) : void |
Updates the status control.
|
public Connect ( string serverUrl, bool useSecurity ) : Session | ||
serverUrl | string | The URL of a server endpoint. |
useSecurity | bool | Whether to use security. |
return | Session |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetAvailableUrls ( IList |
||
urls | IList |
|
return | void |