Click or drag to resize

HttpMonitorSend Method

Overload List
  NameDescription
Public methodSend(Byte)
Adds the data to be sent to the OutQueue
(Overrides ProtocolSend(Byte).)
Public methodSend(BinaryKey, String, Byte)
Builds a RPC frame and sends it over the IHttpTransport
(Overrides ProtocolSend(BinaryKey, String, Byte).)
Protected methodSend(Byte, Byte, Byte, Byte)
Builds a RPC frame and sends it over the IHttpTransport
(Overrides ProtocolSend(Byte, Byte, Byte, Byte).)
Public methodSend(Byte, String, Byte, FrameType)
Builds a RPC frame and push it to the OutQueue
Top
See Also