Свойство | Type | Description | |
---|---|---|---|
OnConnect | void | ||
OnResolve | void |
Méthode | Description | |
---|---|---|
Connect ( |
||
Connect ( |
||
Connect ( string ip, int port, Action |
||
Resolve ( string node, string service, Action |
||
TcpClientSocket ( ) : System | ||
TcpClientSocket ( |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
InitDelegates ( ) : void | ||
OnConnect ( |
||
OnResolve ( UvArgs |
Méthode | Description | |
---|---|---|
OnConnect ( |
||
OnResolve ( |
public Connect ( |
||
endpoint | ||
callback | Action |
|
Résultat | void |
public Connect ( |
||
address | ||
callback | Action |
|
Résultat | void |
public Connect ( string ip, int port, Action |
||
ip | string | |
port | int | |
callback | Action |
|
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Resolve ( string node, string service, Action |
||
node | string | |
service | string | |
callback | Action |
|
Résultat | void |
public TcpClientSocket ( |
||
loop | ||
Résultat | System |