HttpClientConnection100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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 HttpClientConnection100 _
Inherits IDTSHttpClientConnection100
'Usage
Dim instance As HttpClientConnection100
[GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface HttpClientConnection100 : IDTSHttpClientConnection100
[GuidAttribute(L"FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface class HttpClientConnection100 : IDTSHttpClientConnection100
[<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")>]
type HttpClientConnection100 =
interface
interface IDTSHttpClientConnection100
end
public interface HttpClientConnection100 extends IDTSHttpClientConnection100
The HttpClientConnection100 type exposes the following members.
Properties
Top
Methods
Name | Description | |
---|---|---|
Clone | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) | |
DownloadData | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) | |
DownloadFile | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) | |
GetProxyPassword | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) | |
GetServerPassword | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) | |
OpenRead | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) | |
ShowCertificateDialog | Infrastructure. For more information, see HttpClientConnection100Class. (Inherited from IDTSHttpClientConnection100.) |
Top