AspNetWebSocketContext.IsSecureConnection Propriedade

Definição

Obtém um valor que indica se a conexão AspNetWebSocket usa o protocolo WSS (WebSocket Secure).Gets a value that indicates whether the AspNetWebSocket connection uses the WebSocket Secure protocol (WSS).

public:
 virtual property bool IsSecureConnection { bool get(); };
public override bool IsSecureConnection { get; }
member this.IsSecureConnection : bool
Public Overrides ReadOnly Property IsSecureConnection As Boolean

Valor da propriedade

Boolean

true se a conexão usar o WSS; caso contrário, false .true if the connection uses WSS; otherwise, false.

Exceções

A propriedade não é implementada.The property is not implemented.

Aplica-se a