Share via


HttpPolicyDownloaderProtocol.Result プロパティ

定義

注意事項

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

ソケット ポリシー ファイルのダウンロード結果を取得します。

public:
 property System::Net::Sockets::SocketPolicy ^ Result { System::Net::Sockets::SocketPolicy ^ get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Net.Sockets.SocketPolicy Result { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.Result : System.Net.Sockets.SocketPolicy
Public ReadOnly Property Result As SocketPolicy

プロパティ値

SocketPolicy を返します。

ダウンロードされたソケットのポリシー ファイルです。

属性

適用対象