Méthode | Description | |
---|---|---|
Connect ( |
Connects asynchronously to the specified server.
|
|
Connect ( |
||
Connect ( |
||
Connect ( |
Connects to a server using the specified URL and user information.
|
|
Connect ( string hostName, bool useSsl, |
||
Connect ( string hostName, int port, bool useSsl, |
||
Disconnect ( ) : void | ||
Quit ( int timeout, string comment ) : void | ||
StandardIrcClient ( ) : System.Net.Security | ||
ToString ( ) : string |
Returns a string representation of this instance.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HandleClientConnected ( |
||
HandleClientDisconnected ( ) : void | ||
ResetState ( ) : void | ||
WriteMessage ( string line, object token ) : void |
Méthode | Description | |
---|---|---|
ConnectAsync ( |
||
ConnectCompleted ( object sender, |
||
DisconnectAsync ( ) : void | ||
DisconnectCompleted ( object sender, |
||
GetDataStream ( bool useSsl, string targetHost ) : Stream | ||
HandleSocketError ( SocketError error ) : void | ||
HandleSocketError ( |
||
ReceiveAsync ( ) : void | ||
ReceiveCompleted ( object sender, |
||
SendAsync ( byte buffer, int offset, int count, object token = null ) : void | ||
SendAsync ( byte buffer, object token = null ) : void | ||
SendCompleted ( object sender, |
||
SslUserCertificateValidationCallback ( object sender, |
||
WritePendingMessages ( object state ) : void |
public Connect ( |
||
remoteEndPoint | /// The network endpoint (IP address and port) of the server to which to connect. /// | |
useSsl | bool |
/// |
registrationInfo |
/// The information used for registering the client.
/// The type of the object may be either |
|
Résultat | void |
public Connect ( |
||
address | ||
useSsl | bool | |
registrationInfo | ||
Résultat | void |
public Connect ( |
||
address | An IP addresses that designates the remote host. | |
port | int | The port number of the remote host. |
useSsl | bool | |
registrationInfo | ||
Résultat | void |
public Connect ( |
||
url | ||
registrationInfo | ||
Résultat | void |
public Connect ( string hostName, bool useSsl, |
||
hostName | string | |
useSsl | bool | |
registrationInfo | ||
Résultat | void |
public Connect ( string hostName, int port, bool useSsl, |
||
hostName | string | The name of the remote host. |
port | int | The port number of the remote host. |
useSsl | bool | |
registrationInfo | ||
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected HandleClientConnected ( |
||
regInfo | ||
Résultat | void |
protected HandleClientDisconnected ( ) : void | ||
Résultat | void |
public Quit ( int timeout, string comment ) : void | ||
timeout | int | |
comment | string | |
Résultat | void |
public StandardIrcClient ( ) : System.Net.Security | ||
Résultat | System.Net.Security |
protected WriteMessage ( string line, object token ) : void | ||
line | string | |
token | object | |
Résultat | void |