Freigeben über


HttpClientConnection100-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")> _
Public Interface HttpClientConnection100 _
    Inherits IDTSHttpClientConnection100
'Usage
Dim instance As HttpClientConnection100
[GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface HttpClientConnection100 : IDTSHttpClientConnection100
[GuidAttribute(L"FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface class HttpClientConnection100 : IDTSHttpClientConnection100
[<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")>]
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 For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft Certificate Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft CertificateIdentifier Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ChunkSize Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyBypassList Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyDomain Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyPassword Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyURL Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ProxyUserName Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerDomain Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerPassword Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerURL Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft ServerUserName Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft Timeout Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseProxy Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseProxyCredentials Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseSecureConnection Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Eigenschaft UseServerCredentials Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode DownloadData Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode DownloadFile Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode GetProxyPassword Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode GetServerPassword Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode OpenRead Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)
Öffentliche Methode ShowCertificateDialog Infrastruktur For more information, see HttpClientConnection100Class. (Geerbt von IDTSHttpClientConnection100.)

Zum Anfang