Click or drag to resize

IProtocol Methods

The IProtocol type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodHasControllerInstanceOf
Checks if the IProtocol has a registered instance of the IController passed in
Public methodReadLoop
Protocol read-loop
Public methodRemoveController
Removes a specific IController from the IProtocol
Public methodSend(Byte)
Send a complete frame
Public methodSend(BinaryKey, String, Byte)
Do a RPC call to the client
Top
See Also