C# 클래스 MindTouch.Clacks.Server.ClacksServer

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

공개 메소드들

메소드 설명
ClacksServer ( IPEndPoint listenEndpoint, IClacksInstrumentation instrumentation, IClientHandlerFactory clientHandlerFactory ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
BeginWaitForConnection ( ) : void
OnAccept ( IAsyncResult result ) : void
RemoveHandler ( IClientHandler handler ) : void

메소드 상세

ClacksServer() 공개 메소드

public ClacksServer ( IPEndPoint listenEndpoint, IClacksInstrumentation instrumentation, IClientHandlerFactory clientHandlerFactory ) : System
listenEndpoint System.Net.IPEndPoint
instrumentation IClacksInstrumentation
clientHandlerFactory IClientHandlerFactory
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void