Freigeben über


IDTSHttpClientConnection100.UseSecureConnection Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Verbindung HTTPS oder HTTP verwendet, oder legt ihn fest.

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

Eigenschaftswert

true, wenn sichere HTTP-Verbindung verwendet wird; andernfalls false.

Attribute

Hinweise

Weitere Informationen finden Sie unter HttpClientConnection100Class.

Gilt für: