The IWebSocketConnection type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the connection.
|
![]() | Send( Byte ) |
Sends a binary message over the connection.
|
![]() | Send(String) |
Sends a text message over the connection.
|
![]() | SendRaw |
Sends raw text over the connection, without passing through a handler.
|
See Also