IWebSocketCloseDetails Interface
Definição
Representa os detalhes do status de fechamento da conexão de soquete da Web.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
Propriedades
| InputCloseStatus |
Obtém o status dos detalhes do fechamento da entrada.Gets the status of the input close details. |
| InputCloseStatusDescription |
Obtém a descrição do status dos detalhes do fechamento.Gets the status description of the close details. |
Métodos
| SetOutputCloseStatus(WebSocketCloseStatus, String) |
Define o status de saída e a descrição dos detalhes de fechamento do soquete da Web.Sets the output status and description of the close details of the web socket. |