IProtocol Methods |
The IProtocol type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
HasControllerInstanceOf |
Checks if the IProtocol has a registered instance of the IController passed in
| |
ReadLoop |
Protocol read-loop
| |
RemoveController |
Removes a specific IController from the IProtocol | |
Send(Byte) |
Send a complete frame
| |
Send(BinaryKey, String, Byte) |
Do a RPC call to the client
|