IDTSHttpClientConnection100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
For more information, see HttpClientConnection100Class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | BypassProxyOnLocal | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether 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 the certificate. |
![]() | CertificateIdentifier | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the 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. |
![]() | 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. |
![]() | 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 value 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 value 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 value 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 value 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 an instance IDTSHttpClientConnection100 object. |
![]() | 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. |
![]() | 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. |
![]() | 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. |

