HttpClientConnection100 Interface

Definition

For more information, see HttpClientConnection100Class.

public interface class HttpClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
Public Interface HttpClientConnection100
Implements IDTSHttpClientConnection100
Derived
Attributes
Implements

Properties

BypassProxyOnLocal

Gets or sets a value that indicates whether the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.

(Inherited from IDTSHttpClientConnection100)
Certificate

Gets or sets the certificate.

(Inherited from IDTSHttpClientConnection100)
CertificateIdentifier

Gets or sets the certificate identifier.

(Inherited from IDTSHttpClientConnection100)
ChunkSize

Gets or sets the value that indicates the minimum number of bytes to retrieve from or send to the server during a read/write operation.

(Inherited from IDTSHttpClientConnection100)
ProxyBypassList

Gets or sets the addresses that do not use a proxy server.

(Inherited from IDTSHttpClientConnection100)
ProxyDomain

Gets or sets the domain setting that is used to log on to the proxy.

(Inherited from IDTSHttpClientConnection100)
ProxyPassword

Sets the password used to log on to the proxy.

(Inherited from IDTSHttpClientConnection100)
ProxyURL

Gets or sets the URL that specifies the location of the proxy.

(Inherited from IDTSHttpClientConnection100)
ProxyUserName

Gets or sets the username that is used when logging on to the proxy.

(Inherited from IDTSHttpClientConnection100)
ServerDomain

Gets or sets the domain used to log on to the server.

(Inherited from IDTSHttpClientConnection100)
ServerPassword

Sets the password used to log on to the server.

(Inherited from IDTSHttpClientConnection100)
ServerURL

Gets or sets the URL that specifies the location of the server.

(Inherited from IDTSHttpClientConnection100)
ServerUserName

Gets or sets the username used to log on to the server.

(Inherited from IDTSHttpClientConnection100)
Timeout

Gets or sets the number of seconds after which the HTTP operation times out.

(Inherited from IDTSHttpClientConnection100)
UseProxy

Gets or sets a value that indicates whether or not the connection will use a proxy.

(Inherited from IDTSHttpClientConnection100)
UseProxyCredentials

Gets or sets a value that indicates whether or not the connection will use network credentials.

(Inherited from IDTSHttpClientConnection100)
UseSecureConnection

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

(Inherited from IDTSHttpClientConnection100)
UseServerCredentials

Gets or sets a value that indicates whether the connection uses network credentials.

(Inherited from IDTSHttpClientConnection100)

Methods

Clone()

Returns an instance IDTSHttpClientConnection100 object.

(Inherited from IDTSHttpClientConnection100)
DownloadData()

Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.

(Inherited from IDTSHttpClientConnection100)
DownloadFile(String, Boolean)

Downloads data from the resource specified by ServerURL property to a local file.

(Inherited from IDTSHttpClientConnection100)
GetProxyPassword()

Gets the proxy password.

(Inherited from IDTSHttpClientConnection100)
GetServerPassword()

Gets the server password.

(Inherited from IDTSHttpClientConnection100)
OpenRead()

Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.

(Inherited from IDTSHttpClientConnection100)
ShowCertificateDialog(Int64)

Displays the windows certificate information dialog box.

(Inherited from IDTSHttpClientConnection100)

Applies to