Compartilhar via


Classe HttpClientConnection100Class

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

Contains properties and methods that enable a package to access a Web server using the HTTP protocol to send or receive files. This class cannot be inherited.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class

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

Sintaxe

'Declaração
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")> _
Public Class HttpClientConnection100Class _
    Implements IDTSHttpClientConnection100, HttpClientConnection100
'Uso
Dim instance As HttpClientConnection100Class
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")]
public class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"02A32716-E885-4926-99AF-00A3B7784C93")]
public ref class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")>]
type HttpClientConnection100Class =  
    class 
        interface IDTSHttpClientConnection100 
        interface HttpClientConnection100 
    end
public class HttpClientConnection100Class implements IDTSHttpClientConnection100, HttpClientConnection100

O tipo HttpClientConnection100Class expõe os membros a seguir.

Construtores

  Nome Descrição
Método público HttpClientConnection100Class Infraestrutura. Initializes a new instance of the HttpClientConnection100Class class.

Início

Propriedades

  Nome Descrição
Propriedade pública BypassProxyOnLocal Infraestrutura. Gets or sets a Boolean that indicates if the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.
Propriedade pública Certificate Infraestrutura. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
Propriedade pública CertificateIdentifier Infraestrutura. Gets or sets the X.509 certificate identifier.
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.
Propriedade pública ProxyBypassList Infraestrutura. Gets or sets the addresses that do not use a proxy server.
Propriedade pública ProxyDomain Infraestrutura. Gets or sets the domain setting that is used to log on to the proxy.
Propriedade pública ProxyPassword Infraestrutura. Sets the password used to log on to the proxy. This property is read-only.
Propriedade pública ProxyURL Infraestrutura. Gets or sets the URL that specifies the location of the proxy.
Propriedade pública ProxyUserName Infraestrutura. Gets or sets the username that is used when logging on to the proxy.
Propriedade pública ServerDomain Infraestrutura. Gets or sets the domain used to log on to the server.
Propriedade pública ServerPassword Infraestrutura. Sets the password used to log on to the server. This property is write-only.
Propriedade pública ServerURL Infraestrutura. Gets or sets the URL that specifies the location of the server.
Propriedade pública ServerUserName Infraestrutura. Gets or sets the username used to log on to the server.
Propriedade pública Timeout Infraestrutura. Gets or sets the number of seconds after which the HTTP operation times out.
Propriedade pública UseProxy Infraestrutura. Gets or sets a Boolean that indicates whether or not the connection will use a proxy.
Propriedade pública UseProxyCredentials Infraestrutura. Gets or sets a Boolean that indicates whether or not the connection will use network credentials.
Propriedade pública UseSecureConnection Infraestrutura. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP.
Propriedade pública UseServerCredentials Infraestrutura. Gets or sets a Boolean that indicates whether the connection uses network credentials.

Início

Métodos

  Nome Descrição
Método público Clone Infraestrutura. Returns a new connection object that has the exact same state as the one being cloned.
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.
Método público DownloadFile Infraestrutura. Downloads data from the resource specified by ServerURL property to a local file.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetProxyPassword Infraestrutura. Gets the proxy password.
Método público GetServerPassword Infraestrutura. Gets the server password.
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público OpenRead Infraestrutura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Método público ShowCertificateDialog Infraestrutura. Displays the Windows certificate information dialog box.
Método público ToString (Herdado de Object.)

Início

Comentários

For more information, see HttpClientConnection.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper