HttpClientConnection100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see HttpClientConnection100Class.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface HttpClientConnection100 _
Inherits IDTSHttpClientConnection100
'Usage
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
Der HttpClientConnection100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
BypassProxyOnLocal | Infrastruktur 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. (Geerbt von IDTSHttpClientConnection100.) | |
Certificate | Infrastruktur Gets or sets the certificate. (Geerbt von IDTSHttpClientConnection100.) | |
CertificateIdentifier | Infrastruktur Gets or sets the certificate identifier. (Geerbt von IDTSHttpClientConnection100.) | |
ChunkSize | Infrastruktur 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. (Geerbt von IDTSHttpClientConnection100.) | |
ProxyBypassList | Infrastruktur Gets or sets the addresses that do not use a proxy server. (Geerbt von IDTSHttpClientConnection100.) | |
ProxyDomain | Infrastruktur Gets or sets the domain setting that is used to log on to the proxy. (Geerbt von IDTSHttpClientConnection100.) | |
ProxyPassword | Infrastruktur Sets the password used to log on to the proxy. (Geerbt von IDTSHttpClientConnection100.) | |
ProxyURL | Infrastruktur Gets or sets the URL that specifies the location of the proxy. (Geerbt von IDTSHttpClientConnection100.) | |
ProxyUserName | Infrastruktur Gets or sets the username that is used when logging on to the proxy. (Geerbt von IDTSHttpClientConnection100.) | |
ServerDomain | Infrastruktur Gets or sets the domain used to log on to the server. (Geerbt von IDTSHttpClientConnection100.) | |
ServerPassword | Infrastruktur Sets the password used to log on to the server. (Geerbt von IDTSHttpClientConnection100.) | |
ServerURL | Infrastruktur Gets or sets the URL that specifies the location of the server. (Geerbt von IDTSHttpClientConnection100.) | |
ServerUserName | Infrastruktur Gets or sets the username used to log on to the server. (Geerbt von IDTSHttpClientConnection100.) | |
Timeout | Infrastruktur Gets or sets the number of seconds after which the HTTP operation times out. (Geerbt von IDTSHttpClientConnection100.) | |
UseProxy | Infrastruktur Gets or sets a value that indicates whether or not the connection will use a proxy. (Geerbt von IDTSHttpClientConnection100.) | |
UseProxyCredentials | Infrastruktur Gets or sets a value that indicates whether or not the connection will use network credentials. (Geerbt von IDTSHttpClientConnection100.) | |
UseSecureConnection | Infrastruktur Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (Geerbt von IDTSHttpClientConnection100.) | |
UseServerCredentials | Infrastruktur Gets or sets a value that indicates whether the connection uses network credentials. (Geerbt von IDTSHttpClientConnection100.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Infrastruktur Returns an instance IDTSHttpClientConnection100 object. (Geerbt von IDTSHttpClientConnection100.) | |
DownloadData | Infrastruktur Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (Geerbt von IDTSHttpClientConnection100.) | |
DownloadFile | Infrastruktur Downloads data from the resource specified by ServerURL property to a local file. (Geerbt von IDTSHttpClientConnection100.) | |
GetProxyPassword | Infrastruktur Gets the proxy password. (Geerbt von IDTSHttpClientConnection100.) | |
GetServerPassword | Infrastruktur Gets the server password. (Geerbt von IDTSHttpClientConnection100.) | |
OpenRead | Infrastruktur Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Geerbt von IDTSHttpClientConnection100.) | |
ShowCertificateDialog | Infrastruktur Displays the windows certificate information dialog box. (Geerbt von IDTSHttpClientConnection100.) |
Zum Anfang