IDTSHttpClientConnection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关详细信息,请参阅 HttpClientConnection100Class。
public interface class IDTSHttpClientConnection100
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSHttpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface IDTSHttpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSHttpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type IDTSHttpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type IDTSHttpClientConnection100 = interface
Public Interface IDTSHttpClientConnection100
- 派生
- 属性
属性
BypassProxyOnLocal |
获取或设置一个值,该值指示是否将代理服务器配置为使用凭据,并跳过代理服务器而使用本地地址。 |
Certificate |
获取或设置证书。 |
CertificateIdentifier |
获取或设置证书标识符。 |
ChunkSize |
获取或设置一个值,该值指示在读/写操作期间要从服务器检索或向服务器发送的最小字节数。 |
ProxyBypassList |
获取或设置不使用代理服务器的地址。 |
ProxyDomain |
获取或设置用于登录到代理的域设置。 |
ProxyPassword |
设置用于登录到代理的密码。 |
ProxyURL |
获取或设置指定代理位置的 URL。 |
ProxyUserName |
获取或设置登录到代理时使用的用户名。 |
ServerDomain |
获取或设置用于登录到服务器的域。 |
ServerPassword |
设置用于登录到服务器的密码。 |
ServerURL |
获取或设置指定服务器位置的 URL。 |
ServerUserName |
获取或设置用于登录到服务器的用户名。 |
Timeout |
获取或设置发生 HTTP 操作超时之前经过的秒数。 |
UseProxy |
获取或设置一个值,该值指示连接是否将使用代理。 |
UseProxyCredentials |
获取或设置一个值,该值指示连接是否将使用网络凭据。 |
UseSecureConnection |
获取或设置一个值,该值指示连接是 HTTPS 还是 HTTP。 |
UseServerCredentials |
获取或设置一个值,该值指示连接是否使用网络凭据。 |
方法
Clone() |
返回实例 IDTSHttpClientConnection100 对象。 |
DownloadData() |
返回一个字节数组,该数组包含从在 ServerURL 属性中指定的资源下载的数据。 |
DownloadFile(String, Boolean) |
将数据从 ServerURL 属性所指定的资源下载到本地文件。 |
GetProxyPassword() |
获取代理密码。 |
GetServerPassword() |
获取服务器密码。 |
OpenRead() |
为要从 ServerURL 属性所指定的资源下载的数据打开可读流。 |
ShowCertificateDialog(Int64) |
显示“Windows 证书信息”对话框。 |