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 | |
---|---|---|
HttpClientConnection100Class | Infraestructura. Initializes a new instance of the HttpClientConnection100Class class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. | |
Certificate | Infraestructura. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate. | |
CertificateIdentifier | Infraestructura. Gets or sets the X.509 certificate identifier. | |
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. | |
ProxyBypassList | Infraestructura. Gets or sets the addresses that do not use a proxy server. | |
ProxyDomain | Infraestructura. Gets or sets the domain setting that is used to log on to the proxy. | |
ProxyPassword | Infraestructura. Sets the password used to log on to the proxy. This property is read-only. | |
ProxyURL | Infraestructura. Gets or sets the URL that specifies the location of the proxy. | |
ProxyUserName | Infraestructura. Gets or sets the username that is used when logging on to the proxy. | |
ServerDomain | Infraestructura. Gets or sets the domain used to log on to the server. | |
ServerPassword | Infraestructura. Sets the password used to log on to the server. This property is write-only. | |
ServerURL | Infraestructura. Gets or sets the URL that specifies the location of the server. | |
ServerUserName | Infraestructura. Gets or sets the username used to log on to the server. | |
Timeout | Infraestructura. Gets or sets the number of seconds after which the HTTP operation times out. | |
UseProxy | Infraestructura. Gets or sets a Boolean that indicates whether or not the connection will use a proxy. | |
UseProxyCredentials | Infraestructura. Gets or sets a Boolean that indicates whether or not the connection will use network credentials. | |
UseSecureConnection | Infraestructura. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP. | |
UseServerCredentials | Infraestructura. Gets or sets a Boolean that indicates whether the connection uses network credentials. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Infraestructura. Returns a new connection object that has the exact same state as the one being cloned. | |
DownloadData | Infraestructura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. | |
DownloadFile | Infraestructura. Downloads data from the resource specified by ServerURL property to a local file. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetProxyPassword | Infraestructura. Gets the proxy password. | |
GetServerPassword | Infraestructura. Gets the server password. | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
OpenRead | Infraestructura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. | |
ShowCertificateDialog | Infraestructura. Displays the Windows certificate information dialog box. | |
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.