Compartilhar via


Interface HttpClientConnection100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

For more information, see HttpClientConnection100Class.

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

Sintaxe

'Declaração
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface HttpClientConnection100 _
    Inherits IDTSHttpClientConnection100
'Uso
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

O tipo HttpClientConnection100 expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Clone Infraestrutura. Returns an instance IDTSHttpClientConnection100 object. (Herdado de IDTSHttpClientConnection100.)
Método público DownloadData Infraestrutura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (Herdado de IDTSHttpClientConnection100.)
Método público DownloadFile Infraestrutura. Downloads data from the resource specified by ServerURL property to a local file. (Herdado de IDTSHttpClientConnection100.)
Método público GetProxyPassword Infraestrutura. Gets the proxy password. (Herdado de IDTSHttpClientConnection100.)
Método público GetServerPassword Infraestrutura. Gets the server password. (Herdado de IDTSHttpClientConnection100.)
Método público OpenRead Infraestrutura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Herdado de IDTSHttpClientConnection100.)
Método público ShowCertificateDialog Infraestrutura. Displays the windows certificate information dialog box. (Herdado de IDTSHttpClientConnection100.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper