WebSocketContext.IsSecureConnection Propriedade

Definição

Se a conexão WebSocket é protegida usando SSL (protocolo SSL).Whether the WebSocket connection is secured using Secure Sockets Layer (SSL).

public:
 abstract property bool IsSecureConnection { bool get(); };
public abstract bool IsSecureConnection { get; }
member this.IsSecureConnection : bool
Public MustOverride ReadOnly Property IsSecureConnection As Boolean

Valor da propriedade

Boolean

Retorna Boolean.Returns Boolean.

Aplica-se a