Method | Description | |
---|---|---|
Close ( ) : void | ||
Connect ( string host, int port, System.Action callback ) : void | ||
GetSocketStream ( ) : Manos.IO.Stream | ||
Listen ( string host, int port, Action |
||
Socket ( Manos.IO.Context loop ) : System |
Method | Description | |
---|---|---|
AcceptCallback ( IAsyncResult ar ) : void | ||
Enqueue ( System.Action action ) : void | ||
Socket ( Manos.IO.Context loop, System socket ) : System | ||
StartConnectingSocket ( |
||
StartListeningSocket ( |
public Connect ( string host, int port, System.Action callback ) : void | ||
host | string | |
port | int | |
callback | System.Action | |
return | void |
public Listen ( string host, int port, Action |
||
host | string | |
port | int | |
callback | Action |
|
return | void |
public Socket ( Manos.IO.Context loop ) : System | ||
loop | Manos.IO.Context | |
return | System |