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
Public method WebSocketHandler Initializes a new instance of the WebSocketHandler class.

Top

Properties

  Name Description
Public property Error
Public property MaxIncomingMessageSize
Public property WebSocket

Top

Methods

  Name Description
Public method Close
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnClose
Public method OnError
Public method OnMessage(Byte[])
Public method OnMessage(String)
Public method OnOpen
Public method ProcessWebSocketRequestAsync
Public method Send
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR.WebSockets Namespace