HttpListenerWebSocketContext.IsSecureConnection Propriedade

Definição

Obtém um valor que indica se a conexão WebSocket é protegida usando SSL (protocolo SSL).Gets a value that indicates if the WebSocket connection is secured using Secure Sockets Layer (SSL).

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 WebSocket for protegida usando SSL; caso contrário, false .true if the WebSocket connection is secured using SSL; otherwise, false.

Aplica-se a