Compartilhar via


WebSocketReceiveResult.CloseStatus Propriedade

Definição

Indica o motivo por que o ponto de extremidade remoto iniciou handshake de fechamento.

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)

Valor da propriedade

Retorna WebSocketCloseStatus.

Aplica-se a