HttpMonitorSend Method |
Name | Description | |
---|---|---|
Send(Byte) |
Adds the data to be sent to the OutQueue
(Overrides ProtocolSend(Byte).) | |
Send(BinaryKey, String, Byte) |
Builds a RPC frame and sends it over the IHttpTransport (Overrides ProtocolSend(BinaryKey, String, Byte).) | |
Send(Byte, Byte, Byte, Byte) |
Builds a RPC frame and sends it over the IHttpTransport (Overrides ProtocolSend(Byte, Byte, Byte, Byte).) | |
Send(Byte, String, Byte, FrameType) |
Builds a RPC frame and push it to the OutQueue
|