IDTSHttpClientConnection100.UseSecureConnection Proprietà

Definizione

Ottiene o imposta un valore che indica se la connessione è HTTPS o HTTP.

public:
 property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public 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 Property UseSecureConnection As Boolean

Valore della proprietà

true se viene usata una connessione HTTP sicura; in caso contrario, false.

Attributi

Commenti

Per altre informazioni, vedere HttpClientConnection100Class.

Si applica a