Method Send
Send(string)
The method Sends data across the data channel to the remote peer.
Declaration
public void Send(string msg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | msg |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | The method throws |
See Also
Send(byte[])
The method Sends data across the data channel to the remote peer.
Declaration
public void Send(byte[] msg)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | msg |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | The method throws |