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를 반환합니다.

다운로드된 소켓 정책 파일입니다.

특성

적용 대상