Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Connect ( string host, int port, System.Action callback ) : void | ||
GetSocketStream ( ) : System.Stream | ||
Listen ( string host, int port, Action |
||
PlainSocket ( Manos.IO.Libev.Context context ) : System |
Méthode | Description | |
---|---|---|
PlainSocket ( Manos.IO.Libev.Context context, Manos.IO.Libev.SocketInfo info ) : System | ||
manos_socket_connect ( string host, int port, int &err ) : int | ||
manos_socket_listen ( string host, int port, int backlog, int &err ) : int |
public Connect ( string host, int port, System.Action callback ) : void | ||
host | string | |
port | int | |
callback | System.Action | |
Résultat | void |
public Listen ( string host, int port, Action |
||
host | string | |
port | int | |
callback | Action |
|
Résultat | void |
public PlainSocket ( Manos.IO.Libev.Context context ) : System | ||
context | Manos.IO.Libev.Context | |
Résultat | System |