Property | Type | Description | |
---|---|---|---|
MessageSent |
Property | Type | Description | |
---|---|---|---|
_hostService | IApplicationHost |
Method | Description | |
---|---|---|
Initialize ( IApplicationHost host, IOptions options ) : void | ||
ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
StartProcessing ( ) : void | ||
StopProcessing ( ) : void | ||
TcpReceiveEndpoint ( ) : System | ||
WaitForMessage ( int milisecondsTimeout = 1000 ) : void |
Method | Description | |
---|---|---|
AcceptCallback ( IAsyncResult ar ) : void | ||
ByteArrayCompare ( byte a1, byte a2 ) : bool | ||
CheckDelimiter ( byte delimiters, |
||
ProcessIncomingStream ( int bytesRead, StateObject state ) : bool | ||
ReadCallback ( IAsyncResult ar ) : void | ||
SubmitPayloadToPipeline ( byte data ) : void | ||
TcpReceiveEndpoint ( |
public Initialize ( IApplicationHost host, IOptions options ) : void | ||
host | IApplicationHost | |
options | IOptions | |
return | void |
public ProcessMessage ( IEndpoint endpoint, byte data ) : void | ||
endpoint | IEndpoint | |
data | byte | |
return | void |
public WaitForMessage ( int milisecondsTimeout = 1000 ) : void | ||
milisecondsTimeout | int | |
return | void |
public ManualResetEvent,System.Threading MessageSent | ||
return |