C# 클래스 TestApp.TcpServer

상속: ServerSocket
파일 보기 프로젝트 열기: graffen/NLog.Targets.Syslog 1 사용 예제들

공개 메소드들

메소드 설명
TcpServer ( int socketBacklog ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Receive ( ) : void
SetupSocket ( IPEndPoint ipEndPoint ) : void

비공개 메소드들

메소드 설명
AcceptCallback ( IAsyncResult asyncResult ) : void
ReadCallback ( IAsyncResult asyncResult ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Receive() 보호된 메소드

protected Receive ( ) : void
리턴 void

SetupSocket() 보호된 메소드

protected SetupSocket ( IPEndPoint ipEndPoint ) : void
ipEndPoint System.Net.IPEndPoint
리턴 void

TcpServer() 공개 메소드

public TcpServer ( int socketBacklog ) : System
socketBacklog int
리턴 System