C# 클래스 Manos.IO.Libev.PlainSocket

상속: Manos.IO.Libev.EventedSocket
파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string host, int port, System.Action callback ) : void
host string
port int
callback System.Action
리턴 void

GetSocketStream() 공개 메소드

public GetSocketStream ( ) : System.Stream
리턴 System.Stream

Listen() 공개 메소드

public Listen ( string host, int port, Action callback ) : void
host string
port int
callback Action
리턴 void

PlainSocket() 공개 메소드

public PlainSocket ( Manos.IO.Libev.Context context ) : System
context Manos.IO.Libev.Context
리턴 System