WebSocketClosedEventArgs.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets additional details about the reason that a WebSocket object was closed.
public:
property Platform::String ^ Reason { Platform::String ^ get(); };
winrt::hstring Reason();
public string Reason { get; }
var string = webSocketClosedEventArgs.reason;
Public ReadOnly Property Reason As String
Property Value
Detailed information about the closure.