C# 클래스 Server.Network.Listener

상속: IDisposable
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Listener ( IPEndPoint ipep ) : System
Slice ( ) : Socket[]

비공개 메소드들

메소드 설명
Accept_Completion ( object sender, SocketAsyncEventArgs e ) : void
Accept_Process ( SocketAsyncEventArgs e ) : void
Accept_Start ( ) : void
Bind ( IPEndPoint ipep ) : Socket
DisplayListener ( ) : void
Enqueue ( Socket socket ) : void
OnAccept ( IAsyncResult asyncResult ) : void
Release ( Socket socket ) : void
VerifySocket ( Socket socket ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Listener() 공개 메소드

public Listener ( IPEndPoint ipep ) : System
ipep System.Net.IPEndPoint
리턴 System

Slice() 공개 메소드

public Slice ( ) : Socket[]
리턴 Socket[]