Share via


HttpClientConnection100Class.UseSecureConnection Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property UseSecureConnection As Boolean 
    Get 
    Set
'Usage
Dim instance As HttpClientConnection100Class 
Dim value As Boolean 

value = instance.UseSecureConnection

instance.UseSecureConnection = value
public virtual bool UseSecureConnection { get; set; }
public:
virtual property bool UseSecureConnection {
    bool get ();
    void set (bool value);
}
abstract UseSecureConnection : bool with get, set 
override UseSecureConnection : bool with get, set
function get UseSecureConnection () : boolean 
function set UseSecureConnection (value : boolean)

Property Value

Type: System.Boolean
A Boolean that indicates whether the connection is HTTPS or HTTP. A value of true means that a secure HTTPS connection is used. A value of false means that a secure connection is not used. Instead, HTTP is used.

Implements

IDTSHttpClientConnection100.UseSecureConnection

See Also

Reference

HttpClientConnection100Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace