HttpPolicyDownloaderProtocol.Result Property

Definition

Caution

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

Gets the result of the download of the socket policy file.

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

Property Value

Returns SocketPolicy.

The socket policy file that was downloaded.

Attributes

Applies to