HttpPolicyDownloaderProtocol.Result Propiedad

Definición

Precaución

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

Obtiene el resultado de la descarga del archivo de directivas de socket.

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

Valor de propiedad

Devuelve SocketPolicy.

El archivo de directivas del socket que se descargó.

Atributos

Se aplica a