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

下载的套接字策略文件。

属性

适用于