The WebSocketConnection type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the connection.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | OnBinaryMessageReceived |
Fires the BinaryMessageReceived event.
|
![]() | OnClose |
Fires the Closed event.
|
![]() | OnError |
Fires the ErrorReceived event.
|
![]() | OnMessageReceived |
Fires the MessageReceived event.
|
![]() | OnOpen |
Fires the Opened event.
|
![]() | OnSend |
Fires the Sent event.
|
![]() | OnStandardHttpRequestReceived |
Fires the StandardHttpRequestReceived event.
|
![]() | 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.
|
![]() | StartReceiving |
Starts the connection receiving requests.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also