Méthode | Description | |
---|---|---|
Connect ( string host, int port ) : twistedsharp.Internet.SSLConnector | ||
ConnectAsync ( string host, int port, ConnectAsyncCallback callback, ConnectAsyncTimeout timeoutCallback, object state ) : void | ||
DelugeRPC ( ) : DelugeRPC_NET.Classes |
Méthode | Description | |
---|---|---|
_ConnectAsyncCallback ( IConnector connector, object callbackState ) : void | ||
_ConnectAsyncTimeout ( object callbackState ) : void |
public Connect ( string host, int port ) : twistedsharp.Internet.SSLConnector | ||
host | string | |
port | int | |
Résultat | twistedsharp.Internet.SSLConnector |
public ConnectAsync ( string host, int port, ConnectAsyncCallback callback, ConnectAsyncTimeout timeoutCallback, object state ) : void | ||
host | string | |
port | int | |
callback | ConnectAsyncCallback | |
timeoutCallback | ConnectAsyncTimeout | |
state | object | |
Résultat | void |
public DelugeRPC ( ) : DelugeRPC_NET.Classes | ||
Résultat | DelugeRPC_NET.Classes |