Freigeben über


WebSocketClosedEventArgs.Reason Eigenschaft

Definition

Ruft zusätzliche Details zum Grund ab, aus dem ein WebSocket-Objekt geschlossen wurde.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Ausführliche Informationen zur Schließung.

Gilt für:

Weitere Informationen