.NET SDK - DataChannel.Send

DataChannel.Send method (1 of 2)

Sends a binary message via this data channel.

public void Send(byte[] data)
parameterdescription
databinary

See Also


DataChannel.Send method (2 of 2)

Sends a text message via this data channel, by encoding it as UTF-8.

public void Send(string text)
parameterdescription
textmessage

See Also