HttpPolicyDownloaderProtocol 类

定义

注意

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

下载类实例 Socket 将使用的策略文件。

public ref class HttpPolicyDownloaderProtocol
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class HttpPolicyDownloaderProtocol
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type HttpPolicyDownloaderProtocol = class
Public Class HttpPolicyDownloaderProtocol
继承
HttpPolicyDownloaderProtocol
属性

构造函数

名称 说明
HttpPolicyDownloaderProtocol(Uri, IPAddress)
已过时.

初始化 HttpPolicyDownloaderProtocol 类的新实例。

属性

名称 说明
Result
已过时.

获取套接字策略文件的下载结果。

方法

名称 说明
Abort()
已过时.

中止策略文件的下载。

BeginDownload(SecurityCriticalAction)
已过时.

开始下载策略文件。

DownloadCallback(IAsyncResult)
已过时.

用于接收结果的下载回调函数。

Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ReadCallback(IAsyncResult)
已过时.

用于读取策略文件的读取回调函数。

RegisterUnsafeWebRequestCreator(IUnsafeWebRequestCreate)
已过时.

注册对象以创建不安全 WebRequest 的统一资源标识符(URI)。

ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于