다음을 통해 공유


HttpPolicyDownloaderProtocol.BeginDownload(SecurityCriticalAction) 메서드

정의

주의

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

정책 파일의 다운로드를 시작합니다.

public:
 void BeginDownload(System::Net::Sockets::SecurityCriticalAction ^ callback);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public void BeginDownload (System.Net.Sockets.SecurityCriticalAction callback);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.BeginDownload : System.Net.Sockets.SecurityCriticalAction -> unit
Public Sub BeginDownload (callback As SecurityCriticalAction)

매개 변수

callback
SecurityCriticalAction

중요한 보안 작업을 제공하는 데 사용하는 콜백 함수입니다.

특성

적용 대상