WebSocketClosedEventArgs class
Provides data for a closed event on a MessageWebSocket, StreamWebSocket, or IWebSocket object.
Syntax
/* For information about creating or accessing this object, see Remarks. */
Attributes
- DualApiPartitionAttribute()
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The WebSocketClosedEventArgs class has these types of members:
Methods
The WebSocketClosedEventArgs class inherits methods from the Object class (C#/VB/C++).
Properties
The WebSocketClosedEventArgs class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets information about the reason that a WebSocket object was closed. | |
| Read-only | Gets additional details about the reason that a WebSocket object was closed. |
Remarks
A WebSocketClosedEventArgs instance is created when the MessageWebSocket.Closed, StreamWebSocket.Closed, or IWebSocket.Closed event occurs.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps, desktop apps] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps, desktop apps] |
|
Namespace |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 2/25/2013
