Compartir a través de


Interfaz HttpClientConnection100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see HttpClientConnection100Class.

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

Sintaxis

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

El tipo HttpClientConnection100 expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Clone Infraestructura. Returns an instance IDTSHttpClientConnection100 object. (Se hereda de IDTSHttpClientConnection100.)
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. (Se hereda de IDTSHttpClientConnection100.)
Método público DownloadFile Infraestructura. Downloads data from the resource specified by ServerURL property to a local file. (Se hereda de IDTSHttpClientConnection100.)
Método público GetProxyPassword Infraestructura. Gets the proxy password. (Se hereda de IDTSHttpClientConnection100.)
Método público GetServerPassword Infraestructura. Gets the server password. (Se hereda de IDTSHttpClientConnection100.)
Método público OpenRead Infraestructura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Se hereda de IDTSHttpClientConnection100.)
Método público ShowCertificateDialog Infraestructura. Displays the windows certificate information dialog box. (Se hereda de IDTSHttpClientConnection100.)

Arriba

Vea también

Referencia

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