Gets additional details about the reason that a WebSocket object was closed.
public:
property String^ Reason {
String^ get ();
}
Type: String
Detailed information about the closure.
Namespace: Windows.Networking.Sockets
Metadata: windows.winmd
WebSocketClosedEventArgs Class