Click or drag to resize

IHttpMonitor Methods

The IHttpMonitor 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
(Inherited from IProtocol.)
Public methodReadLoop
Protocol read-loop
(Inherited from IProtocol.)
Public methodRemoveController
Removes a specific IController from the IProtocol
(Inherited from IProtocol.)
Public methodSend(Byte)
Send a complete frame
(Inherited from IProtocol.)
Public methodSend(BinaryKey, String, Byte)
Do a RPC call to the client
(Inherited from IProtocol.)
Top
See Also