Compartir a través de


Clase HttpClientConnection100Class

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<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

El tipo HttpClientConnection100Class expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público HttpClientConnection100Class Infraestructura. Initializes a new instance of the HttpClientConnection100Class class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Clone Infraestructura. Returns a new connection object that has the exact same state as the one being cloned.
Método público DownloadData Infraestructura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Método público DownloadFile Infraestructura. Downloads data from the resource specified by ServerURL property to a local file.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetProxyPassword Infraestructura. Gets the proxy password.
Método público GetServerPassword Infraestructura. Gets the server password.
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público OpenRead Infraestructura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Método público ShowCertificateDialog Infraestructura. Displays the Windows certificate information dialog box.
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

For more information, see HttpClientConnection.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper