WebSocketReceiveResult.CloseStatus Proprietà

Definizione

Indica il motivo per cui l'endpoint remoto ha avviato l'handshake di chiusura.

public:
 property Nullable<System::Net::WebSockets::WebSocketCloseStatus> CloseStatus { Nullable<System::Net::WebSockets::WebSocketCloseStatus> get(); };
public System.Net.WebSockets.WebSocketCloseStatus? CloseStatus { get; }
member this.CloseStatus : Nullable<System.Net.WebSockets.WebSocketCloseStatus>
Public ReadOnly Property CloseStatus As Nullable(Of WebSocketCloseStatus)

Valore della proprietà

Nullable<WebSocketCloseStatus>

Restituisce WebSocketCloseStatus.

Si applica a