HttpClientConnection100Class.UseSecureConnection Property
This API supports the infrastructure and is not intended to be used directly from your code.
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