IHttp Methods |
The IHttp 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
(Inherited from IProtocol.) |
![]() | ReadLoop |
Protocol read-loop
(Inherited from IProtocol.) |
![]() | RemoveController |
Removes a specific IController from the IProtocol (Inherited from IProtocol.) |
![]() | Send(Byte) |
Send a complete frame
(Inherited from IProtocol.) |
![]() | Send(BinaryKey, String, Byte) |
Do a RPC call to the client
(Inherited from IProtocol.) |