AspNetWebSocket Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Cancels any pending I/O operations on the AspNetWebSocket object and sets the state of the object so that it cannot be used to start additional I/O operations.(Overrides WebSocket::Abort().) |
![]() | CloseAsync(WebSocketCloseStatus, String^, CancellationToken) | Sends an asynchronous message to a client to close the connection. If the server initiates the request to close the connection, the method waits for the client to acknowledge the request before it returns.(Overrides WebSocket::CloseAsync(WebSocketCloseStatus, String^, CancellationToken).) |
![]() | CloseOutputAsync(WebSocketCloseStatus, String^, CancellationToken) | Sends an asynchronous message to a client to close the connection. If the server initiates the request to close the connection, the method returns without waiting for a response.(Overrides WebSocket::CloseOutputAsync(WebSocketCloseStatus, String^, CancellationToken).) |
![]() | Dispose() | Releases all resources used by an AspNetWebSocket object.(Overrides WebSocket::Dispose().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ReceiveAsync(ArraySegment<Byte>, CancellationToken) | Receives a single message fragment from a remote client.(Overrides WebSocket::ReceiveAsync(ArraySegment<Byte>, CancellationToken).) |
![]() | SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken) | Sends a single message fragment to a remote client.(Overrides WebSocket::SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
