Click or drag to resize

HttpSend 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 push it to the OutQueue
(Overrides ProtocolSend(BinaryKey, String, Byte).)
Public methodSend(Byte, Byte, Byte, FrameType)
Builds a RPC frame and push it to the OutQueue
Protected methodSend(Byte, Byte, Byte, Byte)
Builds a RPC frame and push it to the OutQueue
(Overrides ProtocolSend(Byte, Byte, Byte, Byte).)
Top
See Also