C# Class MindTouch.Clacks.Server.Async.AsyncMultiCommandHandler

Inheritance: IAsyncCommandHandler
Datei anzeigen Open project: MindTouch/MindTouch.Clacks

Public Methods

Method Description
AcceptData ( byte chunk ) : void
AsyncMultiCommandHandler ( IPEndPoint client, string command, string arguments, int dataLength, Action>.Action handler, Action errorHandler ) : System
Dispose ( ) : void
GetResponse ( Action>.Action responseCallback ) : void

Method Details

AcceptData() public method

public AcceptData ( byte chunk ) : void
chunk byte
return void

AsyncMultiCommandHandler() public method

public AsyncMultiCommandHandler ( IPEndPoint client, string command, string arguments, int dataLength, Action>.Action handler, Action errorHandler ) : System
client System.Net.IPEndPoint
command string
arguments string
dataLength int
handler Action>.Action
errorHandler Action
return System

Dispose() public method

public Dispose ( ) : void
return void

GetResponse() public method

public GetResponse ( Action>.Action responseCallback ) : void
responseCallback Action>.Action
return void