WebSocketHandler Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.WebSockets
Assemblies: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents an instance that manages SignalR web sockets.
Assemblies: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The WebSocketHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Error | Gets or sets the error during handling the web socket. |
![]() | MaxIncomingMessageSize | Gets the maximum incoming message size. |
| Name | Description | |
|---|---|---|
![]() | CloseAsync | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnClose | |
![]() | OnError | Raises an event when an error occurred during handler operation. |
![]() | OnMessage(array<Byte>) | Raises an event when a message is received. |
![]() | OnMessage(String) | Raises an event when a message is received. |
![]() | OnOpen | Raises an event when this instance is opened. |
![]() | ProcessWebSocketRequestAsync | Asynchronously processes the request received by the handler. |
![]() | Send | Sends a message associated with the handler. |
![]() | ToString | (Inherited from Object.) |
Show:
