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)
已过时.

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

ToString()
已过时.

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

(继承自 Object)

适用于