Share via


WebSocketClosedEventArgs.Reason Property

Definition

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

String

Platform::String

winrt::hstring

Detailed information about the closure.

Applies to

See also