Property | Type | Description | |
---|---|---|---|
Authenticate | void | ||
IConnectionInfoInternal | IAuthenticationMethod | ||
IConnectionInfoInternal | void |
Method | Description | |
---|---|---|
ConnectionInfo ( string host, int port, string username ) : System |
Initializes a new instance of the ConnectionInfo class.
|
|
ConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System |
Initializes a new instance of the ConnectionInfo class.
|
|
ConnectionInfo ( string host, string username ) : System |
Initializes a new instance of the ConnectionInfo class.
|
Method | Description | |
---|---|---|
Authenticate ( ISession session, IServiceFactory serviceFactory ) : void |
Authenticates the specified session.
|
|
IConnectionInfoInternal ( ) : IAuthenticationMethod | ||
IConnectionInfoInternal ( object sender, MessageEventArgs |
Signals that an authentication banner message was received from the server.
|
public ConnectionInfo ( string host, int port, string username ) : System | ||
host | string | The host. |
port | int | The port. |
username | string | The username. |
return | System |
public ConnectionInfo ( string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword ) : System | ||
host | string | Connection host. |
port | int | Connection port. |
username | string | Connection username. |
proxyType | ProxyTypes | Type of the proxy. |
proxyHost | string | The proxy host. |
proxyPort | int | The proxy port. |
proxyUsername | string | The proxy username. |
proxyPassword | string | The proxy password. |
return | System |
public ConnectionInfo ( string host, string username ) : System | ||
host | string | The host. |
username | string | The username. |
return | System |