语言

HttpClientConnection100 接口

定义

有关详细信息,请参阅 HttpClientConnection100Class

public interface class HttpClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
Public Interface HttpClientConnection100
Implements IDTSHttpClientConnection100
派生
属性
实现

属性

名称 说明
BypassProxyOnLocal

获取或设置一个值,指示代理服务器是否配置为使用凭证,绕过代理服务器,改用本地地址。

(继承自 IDTSHttpClientConnection100)
Certificate

获取或设置证书。

(继承自 IDTSHttpClientConnection100)
CertificateIdentifier

获取或设置证书标识符。

(继承自 IDTSHttpClientConnection100)
ChunkSize

获取或设置表示读写操作中从服务器检索或发送的最小字节数的值。

(继承自 IDTSHttpClientConnection100)
ProxyBypassList

获取或设置不使用代理服务器的地址。

(继承自 IDTSHttpClientConnection100)
ProxyDomain

获取或设置用于登录代理的域设置。

(继承自 IDTSHttpClientConnection100)
ProxyPassword

设置登录代理时使用的密码。

(继承自 IDTSHttpClientConnection100)
ProxyURL

获取或设置指定代理位置的URL。

(继承自 IDTSHttpClientConnection100)
ProxyUserName

获取或设置登录代理时使用的用户名。

(继承自 IDTSHttpClientConnection100)
ServerDomain

获取或设置用于登录服务器的域。

(继承自 IDTSHttpClientConnection100)
ServerPassword

设置登录服务器时使用的密码。

(继承自 IDTSHttpClientConnection100)
ServerURL

获取或设置指定服务器位置的URL。

(继承自 IDTSHttpClientConnection100)
ServerUserName

获取或设置用于登录服务器的用户名。

(继承自 IDTSHttpClientConnection100)
Timeout

获取或设置HTTP操作超时后的秒数。

(继承自 IDTSHttpClientConnection100)
UseProxy

获取或设置一个值,指示连接是否使用代理。

(继承自 IDTSHttpClientConnection100)
UseProxyCredentials

获取或设置一个值,指示连接是否使用网络凭证。

(继承自 IDTSHttpClientConnection100)
UseSecureConnection

获取或设置一个值,指示连接是HTTPS还是HTTP。

(继承自 IDTSHttpClientConnection100)
UseServerCredentials

获取或设置一个值,指示连接是否使用网络凭证。

(继承自 IDTSHttpClientConnection100)

方法

名称 说明
Clone()

返回一个实例 IDTSHttpClientConnection100 对象。

(继承自 IDTSHttpClientConnection100)
DownloadData()

返回一个字节数组,包含从属性中指定的 ServerURL 资源下载的数据。

(继承自 IDTSHttpClientConnection100)
DownloadFile(String, Boolean)

从属性 ServerURL 指定的资源中下载数据到本地文件。

(继承自 IDTSHttpClientConnection100)
GetProxyPassword()

拿到代理密码。

(继承自 IDTSHttpClientConnection100)
GetServerPassword()

获取服务器密码。

(继承自 IDTSHttpClientConnection100)
OpenRead()

打开一条可读的数据流,供从属性指定的 ServerURL 资源下载数据。

(继承自 IDTSHttpClientConnection100)
ShowCertificateDialog(Int64)

显示Windows证书信息对话框。

(继承自 IDTSHttpClientConnection100)

适用于