Freigeben über


HttpClientConnection-Member

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.

Der HttpClientConnection-Typ macht die folgenden Member verfügbar.

Konstruktoren

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a new connection object that has the exact same state as the one being cloned.
Öffentliche Methode DownloadData Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Öffentliche Methode DownloadFile Downloads data from the resource specified by ServerURL property to a local file.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetProxyPassword Gets the proxy password.
Öffentliche Methode GetServerPassword Gets the server password.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode OpenRead Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Öffentliche Methode SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Öffentliche Methode ShowCertificateDialog Displays the Windows certificate information dialog box.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang