Freigeben über


HttpClientConnection100Class-Klasse

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

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.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class

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

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")> _
Public Class HttpClientConnection100Class _
    Implements IDTSHttpClientConnection100, HttpClientConnection100
'Usage
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

Der HttpClientConnection100Class-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode HttpClientConnection100Class Infrastruktur Initializes a new instance of the HttpClientConnection100Class class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BypassProxyOnLocal Infrastruktur 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.
Öffentliche Eigenschaft Certificate Infrastruktur Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
Öffentliche Eigenschaft CertificateIdentifier Infrastruktur Gets or sets the X.509 certificate identifier.
Ö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.
Öffentliche Eigenschaft ProxyBypassList Infrastruktur Gets or sets the addresses that do not use a proxy server.
Öffentliche Eigenschaft ProxyDomain Infrastruktur Gets or sets the domain setting that is used to log on to the proxy.
Öffentliche Eigenschaft ProxyPassword Infrastruktur Sets the password used to log on to the proxy. This property is read-only.
Öffentliche Eigenschaft ProxyURL Infrastruktur Gets or sets the URL that specifies the location of the proxy.
Öffentliche Eigenschaft ProxyUserName Infrastruktur Gets or sets the username that is used when logging on to the proxy.
Öffentliche Eigenschaft ServerDomain Infrastruktur Gets or sets the domain used to log on to the server.
Öffentliche Eigenschaft ServerPassword Infrastruktur Sets the password used to log on to the server. This property is write-only.
Öffentliche Eigenschaft ServerURL Infrastruktur Gets or sets the URL that specifies the location of the server.
Öffentliche Eigenschaft ServerUserName Infrastruktur Gets or sets the username used to log on to the server.
Öffentliche Eigenschaft Timeout Infrastruktur Gets or sets the number of seconds after which the HTTP operation times out.
Öffentliche Eigenschaft UseProxy Infrastruktur Gets or sets a Boolean that indicates whether or not the connection will use a proxy.
Öffentliche Eigenschaft UseProxyCredentials Infrastruktur Gets or sets a Boolean that indicates whether or not the connection will use network credentials.
Öffentliche Eigenschaft UseSecureConnection Infrastruktur Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP.
Öffentliche Eigenschaft UseServerCredentials Infrastruktur Gets or sets a Boolean that indicates whether the connection uses network credentials.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Infrastruktur Returns a new connection object that has the exact same state as the one being cloned.
Öffentliche Methode DownloadData Infrastruktur Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Öffentliche Methode DownloadFile Infrastruktur Downloads data from the resource specified by ServerURL property to a local file.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetProxyPassword Infrastruktur Gets the proxy password.
Öffentliche Methode GetServerPassword Infrastruktur Gets the server password.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode OpenRead Infrastruktur Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Öffentliche Methode ShowCertificateDialog Infrastruktur Displays the Windows certificate information dialog box.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

For more information, see HttpClientConnection.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace