C# 클래스 Manos.IO.Managed.Socket

상속: Manos.IO.Socket
파일 보기 프로젝트 열기: toptensoftware/manos

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( string host, int port, System.Action callback ) : void
GetSocketStream ( ) : Manos.IO.Stream
Listen ( string host, int port, Action callback ) : void
Socket ( Manos.IO.Context loop ) : System

비공개 메소드들

메소드 설명
AcceptCallback ( IAsyncResult ar ) : void
Enqueue ( System.Action action ) : void
Socket ( Manos.IO.Context loop, System socket ) : System
StartConnectingSocket ( IPAddress addr, int port ) : void
StartListeningSocket ( IPAddress addr, int port ) : void

메소드 상세

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 ( ) : Manos.IO.Stream
리턴 Manos.IO.Stream

Listen() 공개 메소드

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

Socket() 공개 메소드

public Socket ( Manos.IO.Context loop ) : System
loop Manos.IO.Context
리턴 System