IWebSocket.Closed Event

Occurs when a close frame is received on the IWebSocket object as part of the close handshake.

Syntax

public:
event TypedEventHandler<IWebSocket^ , WebSocketClosedEventArgs^ >^ Closed {
         EventRegistrationToken add (TypedEventHandler<IWebSocket^ , WebSocketClosedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Requirements

Namespace: Windows.Networking.Sockets

Metadata: windows.winmd

See also

Reference

IWebSocket Interface

IWebSocket Members

Windows.Networking.Sockets Namespace