HttpClientConnection100Class.UseSecureConnection Proprietà

Definizione

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

Valore della proprietà

Un booleano che indica se la connessione è HTTPS o HTTP. Un valore di vero significa che viene utilizzata una connessione HTTPS sicura. Un valore di falso significa che non viene utilizzata una connessione sicura. Invece, viene utilizzato HTTP.

Implementazioni

Attributi

Si applica a