Поделиться через


Класс HttpClientConnection100Class

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Contains properties and methods that enable a package to access a Web server using the HTTP protocol to send or receive files. This class cannot be inherited.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")> _
Public Class HttpClientConnection100Class _
    Implements IDTSHttpClientConnection100, HttpClientConnection100
'Применение
Dim instance As HttpClientConnection100Class
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")]
public class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"02A32716-E885-4926-99AF-00A3B7784C93")]
public ref class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")>]
type HttpClientConnection100Class =  
    class 
        interface IDTSHttpClientConnection100 
        interface HttpClientConnection100 
    end
public class HttpClientConnection100Class implements IDTSHttpClientConnection100, HttpClientConnection100

Тип HttpClientConnection100Class обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод HttpClientConnection100Class Инфраструктура. Initializes a new instance of the HttpClientConnection100Class class.

В начало

Свойства

  Имя Описание
Открытое свойство BypassProxyOnLocal Инфраструктура. Gets or sets a Boolean that indicates if the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.
Открытое свойство Certificate Инфраструктура. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
Открытое свойство CertificateIdentifier Инфраструктура. Gets or sets the X.509 certificate identifier.
Открытое свойство ChunkSize Инфраструктура. 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 Инфраструктура. Gets or sets the addresses that do not use a proxy server.
Открытое свойство ProxyDomain Инфраструктура. Gets or sets the domain setting that is used to log on to the proxy.
Открытое свойство ProxyPassword Инфраструктура. Sets the password used to log on to the proxy. This property is read-only.
Открытое свойство ProxyURL Инфраструктура. Gets or sets the URL that specifies the location of the proxy.
Открытое свойство ProxyUserName Инфраструктура. Gets or sets the username that is used when logging on to the proxy.
Открытое свойство ServerDomain Инфраструктура. Gets or sets the domain used to log on to the server.
Открытое свойство ServerPassword Инфраструктура. Sets the password used to log on to the server. This property is write-only.
Открытое свойство ServerURL Инфраструктура. Gets or sets the URL that specifies the location of the server.
Открытое свойство ServerUserName Инфраструктура. Gets or sets the username used to log on to the server.
Открытое свойство Timeout Инфраструктура. Gets or sets the number of seconds after which the HTTP operation times out.
Открытое свойство UseProxy Инфраструктура. Gets or sets a Boolean that indicates whether or not the connection will use a proxy.
Открытое свойство UseProxyCredentials Инфраструктура. Gets or sets a Boolean that indicates whether or not the connection will use network credentials.
Открытое свойство UseSecureConnection Инфраструктура. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP.
Открытое свойство UseServerCredentials Инфраструктура. Gets or sets a Boolean that indicates whether the connection uses network credentials.

В начало

Методы

  Имя Описание
Открытый метод Clone Инфраструктура. Returns a new connection object that has the exact same state as the one being cloned.
Открытый метод DownloadData Инфраструктура. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Открытый метод DownloadFile Инфраструктура. Downloads data from the resource specified by ServerURL property to a local file.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetProxyPassword Инфраструктура. Gets the proxy password.
Открытый метод GetServerPassword Инфраструктура. Gets the server password.
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод OpenRead Инфраструктура. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Открытый метод ShowCertificateDialog Инфраструктура. Displays the Windows certificate information dialog box.
Открытый метод ToString (Производный от Object.)

В начало

Замечания

For more information, see HttpClientConnection.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper