Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Process ( ) : void | ||
ProcessPacket ( byte ipcMessage, Stream ipcDataStream ) : System.Threading.Tasks.Task | ||
Send ( |
Method | Description | |
---|---|---|
IPCClientBase ( string pipeServer, string pipeName ) : System |
protected IPCClientBase ( string pipeServer, string pipeName ) : System | ||
pipeServer | string | |
pipeName | string | |
return | System |
public abstract ProcessPacket ( byte ipcMessage, Stream ipcDataStream ) : System.Threading.Tasks.Task | ||
ipcMessage | byte | |
ipcDataStream | Stream | |
return | System.Threading.Tasks.Task |
public Send ( |
||
ipcPacket | ||
return | System.Threading.Tasks.Task |