Интерфейс 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.) |
В начало