HttpListenerWebSocketContext.IsSecureConnection Proprietà

Definizione

Ottiene un valore che indica se la connessione WebSocket è protetta mediante SSL (Secure Sockets Layer).

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

Valore della proprietà

true se la connessione WebSocket è protetta tramite SSL; in caso contrario, false.

Si applica a