HttpClientConnection100Class Class
This API supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("799F8315-4367-4895-83C4-30F84793A045")> _
<ClassInterfaceAttribute()> _
Public Class HttpClientConnection100Class _
Implements IDTSHttpClientConnection100, HttpClientConnection100
'Usage
Dim instance As HttpClientConnection100Class
[GuidAttribute("799F8315-4367-4895-83C4-30F84793A045")]
[ClassInterfaceAttribute()]
public class HttpClientConnection100Class : IDTSHttpClientConnection100,
HttpClientConnection100
[GuidAttribute(L"799F8315-4367-4895-83C4-30F84793A045")]
[ClassInterfaceAttribute()]
public ref class HttpClientConnection100Class : IDTSHttpClientConnection100,
HttpClientConnection100
[<GuidAttribute("799F8315-4367-4895-83C4-30F84793A045")>]
[<ClassInterfaceAttribute()>]
type HttpClientConnection100Class =
class
interface IDTSHttpClientConnection100
interface HttpClientConnection100
end
public class HttpClientConnection100Class implements IDTSHttpClientConnection100, HttpClientConnection100
The HttpClientConnection100Class type exposes the following members.
Properties
Name | Description | |
---|---|---|
BypassProxyOnLocal | Infrastructure. | |
Certificate | Infrastructure. | |
CertificateIdentifier | Infrastructure. | |
ChunkSize | Infrastructure. | |
ProxyBypassList | Infrastructure. | |
ProxyDomain | Infrastructure. | |
ProxyPassword | Infrastructure. | |
ProxyURL | Infrastructure. | |
ProxyUserName | Infrastructure. | |
ServerDomain | Infrastructure. | |
ServerPassword | Infrastructure. | |
ServerURL | Infrastructure. | |
ServerUserName | Infrastructure. | |
Timeout | Infrastructure. | |
UseProxy | Infrastructure. | |
UseProxyCredentials | Infrastructure. | |
UseSecureConnection | Infrastructure. | |
UseServerCredentials | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Infrastructure. | |
DownloadData | Infrastructure. | |
DownloadFile | Infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProxyPassword | Infrastructure. | |
GetServerPassword | Infrastructure. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OpenRead | Infrastructure. | |
ShowCertificateDialog | Infrastructure. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.