Compartir a través de


HttpClientConnection Miembros

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.

El tipo HttpClientConnection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico HttpClientConnection Initializes a new instance of the HttpClientConnection class.

Principio

Métodos

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

Principio

Propiedades

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

Principio