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


Интерфейс HttpClientConnection100

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

For more information, see HttpClientConnection100Class.

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

Синтаксис

'Декларация
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface HttpClientConnection100 _
    Inherits IDTSHttpClientConnection100
'Применение
Dim instance As HttpClientConnection100
[GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface HttpClientConnection100 : IDTSHttpClientConnection100
[GuidAttribute(L"2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface class HttpClientConnection100 : IDTSHttpClientConnection100
[<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")>]
type HttpClientConnection100 =  
    interface 
        interface IDTSHttpClientConnection100 
    end
public interface HttpClientConnection100 extends IDTSHttpClientConnection100

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

Свойства

  Имя Описание
Открытое свойство BypassProxyOnLocal Инфраструктура. Gets or sets a value that indicates whether the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead. (Производный от IDTSHttpClientConnection100.)
Открытое свойство Certificate Инфраструктура. Gets or sets the certificate. (Производный от IDTSHttpClientConnection100.)
Открытое свойство CertificateIdentifier Инфраструктура. Gets or sets the certificate identifier. (Производный от IDTSHttpClientConnection100.)
Открытое свойство 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. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ProxyBypassList Инфраструктура. Gets or sets the addresses that do not use a proxy server. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ProxyDomain Инфраструктура. Gets or sets the domain setting that is used to log on to the proxy. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ProxyPassword Инфраструктура. Sets the password used to log on to the proxy. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ProxyURL Инфраструктура. Gets or sets the URL that specifies the location of the proxy. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ProxyUserName Инфраструктура. Gets or sets the username that is used when logging on to the proxy. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ServerDomain Инфраструктура. Gets or sets the domain used to log on to the server. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ServerPassword Инфраструктура. Sets the password used to log on to the server. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ServerURL Инфраструктура. Gets or sets the URL that specifies the location of the server. (Производный от IDTSHttpClientConnection100.)
Открытое свойство ServerUserName Инфраструктура. Gets or sets the username used to log on to the server. (Производный от IDTSHttpClientConnection100.)
Открытое свойство Timeout Инфраструктура. Gets or sets the number of seconds after which the HTTP operation times out. (Производный от IDTSHttpClientConnection100.)
Открытое свойство UseProxy Инфраструктура. Gets or sets a value that indicates whether or not the connection will use a proxy. (Производный от IDTSHttpClientConnection100.)
Открытое свойство UseProxyCredentials Инфраструктура. Gets or sets a value that indicates whether or not the connection will use network credentials. (Производный от IDTSHttpClientConnection100.)
Открытое свойство UseSecureConnection Инфраструктура. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (Производный от IDTSHttpClientConnection100.)
Открытое свойство UseServerCredentials Инфраструктура. Gets or sets a value that indicates whether the connection uses network credentials. (Производный от IDTSHttpClientConnection100.)

В начало

Методы

  Имя Описание
Открытый метод Clone Инфраструктура. Returns an instance IDTSHttpClientConnection100 object. (Производный от IDTSHttpClientConnection100.)
Открытый метод DownloadData Инфраструктура. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (Производный от IDTSHttpClientConnection100.)
Открытый метод DownloadFile Инфраструктура. Downloads data from the resource specified by ServerURL property to a local file. (Производный от IDTSHttpClientConnection100.)
Открытый метод GetProxyPassword Инфраструктура. Gets the proxy password. (Производный от IDTSHttpClientConnection100.)
Открытый метод GetServerPassword Инфраструктура. Gets the server password. (Производный от IDTSHttpClientConnection100.)
Открытый метод OpenRead Инфраструктура. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (Производный от IDTSHttpClientConnection100.)
Открытый метод ShowCertificateDialog Инфраструктура. Displays the windows certificate information dialog box. (Производный от IDTSHttpClientConnection100.)

В начало

См. также

Справочник

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