Freigeben über


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
Öffentliche Eigenschaft 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.)
Öffentliche Eigenschaft Certificate Infrastruktur Gets or sets the certificate. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft CertificateIdentifier Infrastruktur Gets or sets the certificate identifier. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft 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.)
Öffentliche Eigenschaft ProxyBypassList Infrastruktur Gets or sets the addresses that do not use a proxy server. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyDomain Infrastruktur Gets or sets the domain setting that is used to log on to the proxy. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyPassword Infrastruktur Sets the password used to log on to the proxy. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyURL Infrastruktur Gets or sets the URL that specifies the location of the proxy. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyUserName Infrastruktur Gets or sets the username that is used when logging on to the proxy. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerDomain Infrastruktur Gets or sets the domain used to log on to the server. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerPassword Infrastruktur Sets the password used to log on to the server. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerURL Infrastruktur Gets or sets the URL that specifies the location of the server. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerUserName Infrastruktur Gets or sets the username used to log on to the server. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft Timeout Infrastruktur Gets or sets the number of seconds after which the HTTP operation times out. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseProxy Infrastruktur Gets or sets a value that indicates whether or not the connection will use a proxy. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseProxyCredentials Infrastruktur Gets or sets a value that indicates whether or not the connection will use network credentials. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseSecureConnection Infrastruktur Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseServerCredentials Infrastruktur Gets or sets a value that indicates whether the connection uses network credentials. (Geerbt von IDTSHttpClientConnection100.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Infrastruktur Returns an instance IDTSHttpClientConnection100 object. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode DownloadData Infrastruktur Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode DownloadFile Infrastruktur Downloads data from the resource specified by ServerURL property to a local file. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode GetProxyPassword Infrastruktur Gets the proxy password. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode GetServerPassword Infrastruktur Gets the server password. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode OpenRead Infrastruktur Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode ShowCertificateDialog Infrastruktur Displays the windows certificate information dialog box. (Geerbt von IDTSHttpClientConnection100.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace