Свойство | Type | Description | |
---|---|---|---|
Connect | JsPromise | ||
JoinChannel | JsPromise | ||
Send | void | ||
client_ChannelJoin | void | ||
client_Disconnect | void | ||
client_Message | void | ||
client_SslValidate | void |
Méthode | Description | |
---|---|---|
ClientInstance ( |
Initializes a new instance of the ClientInstance class.
|
Méthode | Description | |
---|---|---|
Connect ( string hostname, int port, bool secure ) : JsPromise | ||
JoinChannel ( string channelName ) : JsPromise | ||
Send ( string receiver, string message ) : void | ||
client_ChannelJoin ( object sender, dotRant.IrcChannelEventArgs e ) : void | ||
client_Disconnect ( object sender, |
||
client_Message ( object sender, dotRant.IrcMessageEventArgs e ) : void | ||
client_SslValidate ( object sender, dotRant.SslValidateEventArgs e ) : void |
public ClientInstance ( |
||
prototype | The prototype. | |
runner | ScriptRunner | The runner. |
Résultat | System |