C# Class MindTouch.Clacks.Server.ClacksServer

Inheritance: IDisposable
Exibir arquivo Open project: MindTouch/MindTouch.Clacks Class Usage Examples

Public Methods

Method Description
ClacksServer ( IPEndPoint listenEndpoint, IClacksInstrumentation instrumentation, IClientHandlerFactory clientHandlerFactory ) : System
Dispose ( ) : void

Private Methods

Method Description
BeginWaitForConnection ( ) : void
OnAccept ( IAsyncResult result ) : void
RemoveHandler ( IClientHandler handler ) : void

Method Details

ClacksServer() public method

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

Dispose() public method

public Dispose ( ) : void
return void