Click or drag to resize
WebSocketMessageSetPayload Method
Overload List
  NameDescription
Public methodSetPayload(Byte)
Copies the provided byte array over the WebSocketMessage's payload, masking if needed.
Public methodSetPayload(String)
Replaces the WebSocketMessage's payload with the specified string, masking if needed.
Top
See Also