IDTSHttpClientConnection100.UseSecureConnection Property

Definition

Gets or sets a value that indicates whether the connection is HTTPS or 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

Property Value

true if secure HTTP connection is used; otherwise, false.

Attributes

Remarks

For more information, see HttpClientConnection100Class.

Applies to