WebSocketHandler Class
.NET Framework 4.5
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.WebSockets.WebSocketHandler
Namespace: Microsoft.AspNet.SignalR.WebSockets
Assemblies: Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)
Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class WebSocketHandler
'Usage
Dim instance As WebSocketHandler
public class WebSocketHandler
public ref class WebSocketHandler
type WebSocketHandler = class end
public class WebSocketHandler
The WebSocketHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebSocketHandler | Initializes a new instance of the WebSocketHandler class. |
Top
Properties
Name | Description | |
---|---|---|
Error | ||
MaxIncomingMessageSize | ||
WebSocket |
Top
Methods
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnClose | ||
OnError | ||
OnMessage(Byte[]) | ||
OnMessage(String) | ||
OnOpen | ||
ProcessWebSocketRequestAsync | ||
Send | ||
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.