C# Class Manos.IO.Libev.PlainSocket

Inheritance: Manos.IO.Libev.EventedSocket
Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( string host, int port, System.Action callback ) : void
GetSocketStream ( ) : System.Stream
Listen ( string host, int port, Action callback ) : void
PlainSocket ( Manos.IO.Libev.Context context ) : System

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( string host, int port, System.Action callback ) : void
host string
port int
callback System.Action
Résultat void

GetSocketStream() public méthode

public GetSocketStream ( ) : System.Stream
Résultat System.Stream

Listen() public méthode

public Listen ( string host, int port, Action callback ) : void
host string
port int
callback Action
Résultat void

PlainSocket() public méthode

public PlainSocket ( Manos.IO.Libev.Context context ) : System
context Manos.IO.Libev.Context
Résultat System