HttpClientConnection100Class Class
This API supports the product infrastructure and is not intended to be used directly from your code.
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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | HttpClientConnection100Class() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the HttpClientConnection100Class class. |
| Name | Description | |
|---|---|---|
![]() | BypassProxyOnLocal | This API supports the product infrastructure and is not intended to be used directly from your code. 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. |
![]() | Certificate | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate. |
![]() | CertificateIdentifier | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the X.509 certificate identifier. |
![]() | ChunkSize | This API supports the product infrastructure and is not intended to be used directly from your code. 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. |
![]() | ProxyBypassList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the addresses that do not use a proxy server. |
![]() | ProxyDomain | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the domain setting that is used to log on to the proxy. |
![]() | ProxyPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password used to log on to the proxy. This property is read-only. |
![]() | ProxyURL | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the URL that specifies the location of the proxy. |
![]() | ProxyUserName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the username that is used when logging on to the proxy. |
![]() | ServerDomain | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the domain used to log on to the server. |
![]() | ServerPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password used to log on to the server. This property is write-only. |
![]() | ServerURL | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the URL that specifies the location of the server. |
![]() | ServerUserName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the username used to log on to the server. |
![]() | Timeout | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of seconds after which the HTTP operation times out. |
![]() | UseProxy | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether or not the connection will use a proxy. |
![]() | UseProxyCredentials | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether or not the connection will use network credentials. |
![]() | UseSecureConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP. |
![]() | UseServerCredentials | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the connection uses network credentials. |
| Name | Description | |
|---|---|---|
![]() | Clone() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a new connection object that has the exact same state as the one being cloned. |
![]() | DownloadData() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. |
![]() | DownloadFile(String^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Downloads data from the resource specified by ServerURL property to a local file. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetProxyPassword() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the proxy password. |
![]() | GetServerPassword() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the server password. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OpenRead() | This API supports the product infrastructure and is not intended to be used directly from your code. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. |
![]() | ShowCertificateDialog(Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. Displays the Windows certificate information dialog box. |
![]() | ToString() | (Inherited from Object.) |
For more information, see HttpClientConnection.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


