IDTSHttpClientConnection100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see HttpClientConnection100Class.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")> _
Public Interface IDTSHttpClientConnection100
'Usage
Dim instance As IDTSHttpClientConnection100
[GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface IDTSHttpClientConnection100
[GuidAttribute(L"FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface class IDTSHttpClientConnection100
[<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")>]
type IDTSHttpClientConnection100 = interface end
public interface IDTSHttpClientConnection100
The IDTSHttpClientConnection100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
BypassProxyOnLocal | Infrastructure. For more information, see HttpClientConnection100Class. | |
Certificate | Infrastructure. For more information, see HttpClientConnection100Class. | |
CertificateIdentifier | Infrastructure. For more information, see HttpClientConnection100Class. | |
ChunkSize | Infrastructure. For more information, see HttpClientConnection100Class. | |
ProxyBypassList | Infrastructure. For more information, see HttpClientConnection100Class. | |
ProxyDomain | Infrastructure. For more information, see HttpClientConnection100Class. | |
ProxyPassword | Infrastructure. For more information, see HttpClientConnection100Class. | |
ProxyURL | Infrastructure. For more information, see HttpClientConnection100Class. | |
ProxyUserName | Infrastructure. For more information, see HttpClientConnection100Class. | |
ServerDomain | Infrastructure. For more information, see HttpClientConnection100Class. | |
ServerPassword | Infrastructure. For more information, see HttpClientConnection100Class. | |
ServerURL | Infrastructure. For more information, see HttpClientConnection100Class. | |
ServerUserName | Infrastructure. For more information, see HttpClientConnection100Class. | |
Timeout | Infrastructure. For more information, see HttpClientConnection100Class. | |
UseProxy | Infrastructure. For more information, see HttpClientConnection100Class. | |
UseProxyCredentials | Infrastructure. For more information, see HttpClientConnection100Class. | |
UseSecureConnection | Infrastructure. For more information, see HttpClientConnection100Class. | |
UseServerCredentials | Infrastructure. For more information, see HttpClientConnection100Class. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Infrastructure. For more information, see HttpClientConnection100Class. | |
DownloadData | Infrastructure. For more information, see HttpClientConnection100Class. | |
DownloadFile | Infrastructure. For more information, see HttpClientConnection100Class. | |
GetProxyPassword | Infrastructure. For more information, see HttpClientConnection100Class. | |
GetServerPassword | Infrastructure. For more information, see HttpClientConnection100Class. | |
OpenRead | Infrastructure. For more information, see HttpClientConnection100Class. | |
ShowCertificateDialog | Infrastructure. For more information, see HttpClientConnection100Class. |
Top