Send binary data over a ByteSocket connection.
Namespace:
Kaazing.HTML5Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Function Send ( _ message As ByteBuffer _ ) As Boolean |
C# |
---|
public bool Send( ByteBuffer message ) |
Visual C++ |
---|
public: bool Send( ByteBuffer^ message ) |
Parameters
- message
- Type: Kaazing.HTML5..::..ByteBuffer
Message payload.