Click or drag to resize

WebSocketSend Method

Overload List
  NameDescription
Public methodSend(Byte)
Sends the specified data using the WebSocket connection.
Public methodSend(FileInfo)
Sends the specified file using the WebSocket connection.
Public methodSend(String)
Sends the specified data using the WebSocket connection.
Public methodSend(Stream, Int32)
Sends the data from the specified stream using the WebSocket connection.
Top
See Also