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 (Uniform Resource Identifier) に安全でない WebRequest を作成するオブジェクトを登録します。

ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象