HttpClientConnection100 Interface

Definition

public interface class HttpClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
Public Interface HttpClientConnection100
Implements IDTSHttpClientConnection100
Derived
Attributes
Implements

Properties

BypassProxyOnLocal (Inherited from IDTSHttpClientConnection100)
Certificate (Inherited from IDTSHttpClientConnection100)
CertificateIdentifier (Inherited from IDTSHttpClientConnection100)
ChunkSize (Inherited from IDTSHttpClientConnection100)
ProxyBypassList (Inherited from IDTSHttpClientConnection100)
ProxyDomain (Inherited from IDTSHttpClientConnection100)
ProxyPassword (Inherited from IDTSHttpClientConnection100)
ProxyURL (Inherited from IDTSHttpClientConnection100)
ProxyUserName (Inherited from IDTSHttpClientConnection100)
ServerDomain (Inherited from IDTSHttpClientConnection100)
ServerPassword (Inherited from IDTSHttpClientConnection100)
ServerURL (Inherited from IDTSHttpClientConnection100)
ServerUserName (Inherited from IDTSHttpClientConnection100)
Timeout (Inherited from IDTSHttpClientConnection100)
UseProxy (Inherited from IDTSHttpClientConnection100)
UseProxyCredentials (Inherited from IDTSHttpClientConnection100)
UseSecureConnection (Inherited from IDTSHttpClientConnection100)
UseServerCredentials (Inherited from IDTSHttpClientConnection100)

Methods

Clone() (Inherited from IDTSHttpClientConnection100)
DownloadData() (Inherited from IDTSHttpClientConnection100)
DownloadFile(String, Boolean) (Inherited from IDTSHttpClientConnection100)
GetProxyPassword() (Inherited from IDTSHttpClientConnection100)
GetServerPassword() (Inherited from IDTSHttpClientConnection100)
OpenRead() (Inherited from IDTSHttpClientConnection100)
ShowCertificateDialog(Int64) (Inherited from IDTSHttpClientConnection100)

Applies to