Delen via


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.

Constructors

  Name Description
Public method HttpClientConnection100Class Infrastructure.

Top

Properties

  Name Description
Public property BypassProxyOnLocal Infrastructure.
Public property Certificate Infrastructure.
Public property CertificateIdentifier Infrastructure.
Public property ChunkSize Infrastructure.
Public property ProxyBypassList Infrastructure.
Public property ProxyDomain Infrastructure.
Public property ProxyPassword Infrastructure.
Public property ProxyURL Infrastructure.
Public property ProxyUserName Infrastructure.
Public property ServerDomain Infrastructure.
Public property ServerPassword Infrastructure.
Public property ServerURL Infrastructure.
Public property ServerUserName Infrastructure.
Public property Timeout Infrastructure.
Public property UseProxy Infrastructure.
Public property UseProxyCredentials Infrastructure.
Public property UseSecureConnection Infrastructure.
Public property UseServerCredentials Infrastructure.

Top

Methods

  Name Description
Public method Clone Infrastructure.
Public method DownloadData Infrastructure.
Public method DownloadFile Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProxyPassword Infrastructure.
Public method GetServerPassword Infrastructure.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenRead Infrastructure.
Public method ShowCertificateDialog Infrastructure.
Public method 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.