IWebSocketCloseDetails Interfaccia
Definizione
Rappresenta i dettagli dello stato di chiusura della connessione WebSocket.Represents the details of the close status of the web socket connection.
public interface class IWebSocketCloseDetails
public interface IWebSocketCloseDetails
type IWebSocketCloseDetails = interface
Public Interface IWebSocketCloseDetails
Proprietà
InputCloseStatus |
Ottiene lo stato dei dettagli di chiusura dell'input.Gets the status of the input close details. |
InputCloseStatusDescription |
Ottiene la descrizione dello stato dei dettagli di chiusura.Gets the status description of the close details. |
Metodi
SetOutputCloseStatus(WebSocketCloseStatus, String) |
Imposta la descrizione e lo stato di output dei dettagli di chiusura del socket Web.Sets the output status and description of the close details of the web socket. |