Share via


HttpClientConnection100 Interface

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

For more information, see HttpClientConnection100Class.

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

Syntax

'Declaration
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface HttpClientConnection100 _
    Inherits IDTSHttpClientConnection100
'Usage
Dim instance As HttpClientConnection100
[GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface HttpClientConnection100 : IDTSHttpClientConnection100
[GuidAttribute(L"2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface class HttpClientConnection100 : IDTSHttpClientConnection100
[<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")>]
type HttpClientConnection100 =  
    interface 
        interface IDTSHttpClientConnection100 
    end
public interface HttpClientConnection100 extends IDTSHttpClientConnection100

The HttpClientConnection100 type exposes the following members.

Properties

  Name Description
Public property BypassProxyOnLocal Infrastructure. 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.)
Public property Certificate Infrastructure. Gets or sets the certificate. (Inherited from IDTSHttpClientConnection100.)
Public property CertificateIdentifier Infrastructure. Gets or sets the certificate identifier. (Inherited from IDTSHttpClientConnection100.)
Public property ChunkSize Infrastructure. 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.)
Public property ProxyBypassList Infrastructure. Gets or sets the addresses that do not use a proxy server. (Inherited from IDTSHttpClientConnection100.)
Public property ProxyDomain Infrastructure. Gets or sets the domain setting that is used to log on to the proxy. (Inherited from IDTSHttpClientConnection100.)
Public property ProxyPassword Infrastructure. Sets the password used to log on to the proxy. (Inherited from IDTSHttpClientConnection100.)
Public property ProxyURL Infrastructure. Gets or sets the URL that specifies the location of the proxy. (Inherited from IDTSHttpClientConnection100.)
Public property ProxyUserName Infrastructure. Gets or sets the username that is used when logging on to the proxy. (Inherited from IDTSHttpClientConnection100.)
Public property ServerDomain Infrastructure. Gets or sets the domain used to log on to the server. (Inherited from IDTSHttpClientConnection100.)
Public property ServerPassword Infrastructure. Sets the password used to log on to the server. (Inherited from IDTSHttpClientConnection100.)
Public property ServerURL Infrastructure. Gets or sets the URL that specifies the location of the server. (Inherited from IDTSHttpClientConnection100.)
Public property ServerUserName Infrastructure. Gets or sets the username used to log on to the server. (Inherited from IDTSHttpClientConnection100.)
Public property Timeout Infrastructure. Gets or sets the number of seconds after which the HTTP operation times out. (Inherited from IDTSHttpClientConnection100.)
Public property UseProxy Infrastructure. Gets or sets a value that indicates whether or not the connection will use a proxy. (Inherited from IDTSHttpClientConnection100.)
Public property UseProxyCredentials Infrastructure. Gets or sets a value that indicates whether or not the connection will use network credentials. (Inherited from IDTSHttpClientConnection100.)
Public property UseSecureConnection Infrastructure. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (Inherited from IDTSHttpClientConnection100.)
Public property UseServerCredentials Infrastructure. Gets or sets a value that indicates whether the connection uses network credentials. (Inherited from IDTSHttpClientConnection100.)

Top

Methods

  Name Description
Public method Clone Infrastructure. Returns an instance IDTSHttpClientConnection100 object. (Inherited from IDTSHttpClientConnection100.)
Public method DownloadData Infrastructure. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (Inherited from IDTSHttpClientConnection100.)
Public method DownloadFile Infrastructure. Downloads data from the resource specified by ServerURL property to a local file. (Inherited from IDTSHttpClientConnection100.)
Public method GetProxyPassword Infrastructure. Gets the proxy password. (Inherited from IDTSHttpClientConnection100.)
Public method GetServerPassword Infrastructure. Gets the server password. (Inherited from IDTSHttpClientConnection100.)
Public method OpenRead Infrastructure. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Inherited from IDTSHttpClientConnection100.)
Public method ShowCertificateDialog Infrastructure. Displays the windows certificate information dialog box. (Inherited from IDTSHttpClientConnection100.)

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace