HttpWorkerRequest.IsSecure Método
Definição
Retorna um valor que indica se a conexão usa SSL.Returns a value indicating whether the connection uses SSL.
public:
virtual bool IsSecure();
public virtual bool IsSecure ();
abstract member IsSecure : unit -> bool
override this.IsSecure : unit -> bool
Public Overridable Function IsSecure () As Boolean
Retornos
true se a conexão for SSL; caso contrário, false.true if the connection is an SSL connection; otherwise, false. O padrão é false.The default is false.