Compartir a través de


HttpClientConnection100Class.UseSecureConnection Propiedad

Definición

Obtiene o establece un valor booleano que indica si la conexión es HTTPS o HTTP.

public:
 virtual property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public virtual bool UseSecureConnection { [System.Runtime.InteropServices.DispId(24)] get; [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<get: System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.UseSecureConnection : bool with get, set
Public Overridable Property UseSecureConnection As Boolean

Valor de propiedad

Valor booleano que indica si la conexión es HTTPS o HTTP. Un valor true significa que se usa una conexión HTTPS segura. Un valor de false significa que no se usa una conexión segura. En su lugar, se utiliza HTTP.

Implementaciones

Atributos

Se aplica a