WebSocketBehavior Members
The WebSocketBehavior type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Context |
Gets the information in a connection request to the WebSocket service.
|
![]() |
CookiesValidator |
Gets or sets the delegate called to validate the HTTP cookies included in
a connection request to the WebSocket service.
|
![]() |
EmitOnPing | |
![]() |
ID |
Gets the unique ID of a session.
|
![]() |
IgnoreExtensions |
Gets or sets a value indicating whether the WebSocket service ignores
the Sec-WebSocket-Extensions header included in a connection request.
|
![]() |
OriginValidator |
Gets or sets the delegate called to validate the Origin header included in
a connection request to the WebSocket service.
|
![]() |
Protocol |
Gets or sets the WebSocket subprotocol used in the WebSocket service.
|
![]() |
StartTime |
Gets the time that a session has started.
|
![]() |
State |
Gets the state of the WebSocket used in a session.
|