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 | |
---|---|---|
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.) | |
Certificate | Infraestructura. Gets or sets the certificate. (Se hereda de IDTSHttpClientConnection100.) | |
CertificateIdentifier | Infraestructura. Gets or sets the certificate identifier. (Se hereda de IDTSHttpClientConnection100.) | |
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.) | |
ProxyBypassList | Infraestructura. Gets or sets the addresses that do not use a proxy server. (Se hereda de IDTSHttpClientConnection100.) | |
ProxyDomain | Infraestructura. Gets or sets the domain setting that is used to log on to the proxy. (Se hereda de IDTSHttpClientConnection100.) | |
ProxyPassword | Infraestructura. Sets the password used to log on to the proxy. (Se hereda de IDTSHttpClientConnection100.) | |
ProxyURL | Infraestructura. Gets or sets the URL that specifies the location of the proxy. (Se hereda de IDTSHttpClientConnection100.) | |
ProxyUserName | Infraestructura. Gets or sets the username that is used when logging on to the proxy. (Se hereda de IDTSHttpClientConnection100.) | |
ServerDomain | Infraestructura. Gets or sets the domain used to log on to the server. (Se hereda de IDTSHttpClientConnection100.) | |
ServerPassword | Infraestructura. Sets the password used to log on to the server. (Se hereda de IDTSHttpClientConnection100.) | |
ServerURL | Infraestructura. Gets or sets the URL that specifies the location of the server. (Se hereda de IDTSHttpClientConnection100.) | |
ServerUserName | Infraestructura. Gets or sets the username used to log on to the server. (Se hereda de IDTSHttpClientConnection100.) | |
Timeout | Infraestructura. Gets or sets the number of seconds after which the HTTP operation times out. (Se hereda de IDTSHttpClientConnection100.) | |
UseProxy | Infraestructura. Gets or sets a value that indicates whether or not the connection will use a proxy. (Se hereda de IDTSHttpClientConnection100.) | |
UseProxyCredentials | Infraestructura. Gets or sets a value that indicates whether or not the connection will use network credentials. (Se hereda de IDTSHttpClientConnection100.) | |
UseSecureConnection | Infraestructura. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (Se hereda de IDTSHttpClientConnection100.) | |
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 | |
---|---|---|
Clone | Infraestructura. Returns an instance IDTSHttpClientConnection100 object. (Se hereda de IDTSHttpClientConnection100.) | |
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.) | |
DownloadFile | Infraestructura. Downloads data from the resource specified by ServerURL property to a local file. (Se hereda de IDTSHttpClientConnection100.) | |
GetProxyPassword | Infraestructura. Gets the proxy password. (Se hereda de IDTSHttpClientConnection100.) | |
GetServerPassword | Infraestructura. Gets the server password. (Se hereda de IDTSHttpClientConnection100.) | |
OpenRead | Infraestructura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Se hereda de IDTSHttpClientConnection100.) | |
ShowCertificateDialog | Infraestructura. Displays the windows certificate information dialog box. (Se hereda de IDTSHttpClientConnection100.) |
Arriba