HttpPolicyDownloaderProtocol 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
클래스 인스턴스 Socket 에서 사용할 정책 파일을 다운로드합니다.
public ref class HttpPolicyDownloaderProtocol
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class HttpPolicyDownloaderProtocol
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type HttpPolicyDownloaderProtocol = class
Public Class HttpPolicyDownloaderProtocol
- 상속
-
HttpPolicyDownloaderProtocol
- 특성
생성자
| Name | Description |
|---|---|
| HttpPolicyDownloaderProtocol(Uri, IPAddress) |
사용되지 않음.
HttpPolicyDownloaderProtocol 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| Result |
사용되지 않음.
소켓 정책 파일 다운로드 결과를 가져옵니다. |
메서드
| Name | Description |
|---|---|
| Abort() |
사용되지 않음.
정책 파일의 다운로드를 중단합니다. |
| BeginDownload(SecurityCriticalAction) |
사용되지 않음.
정책 파일의 다운로드를 시작합니다. |
| DownloadCallback(IAsyncResult) |
사용되지 않음.
결과를 받을 다운로드 콜백 함수입니다. |
| Equals(Object) |
사용되지 않음.
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetType() |
사용되지 않음.
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
사용되지 않음.
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ReadCallback(IAsyncResult) |
사용되지 않음.
정책 파일을 읽을 읽기 콜백 함수입니다. |
| RegisterUnsafeWebRequestCreator(IUnsafeWebRequestCreate) |
사용되지 않음.
개체를 등록하여 URI(Uniform Resource Identifier)에 안전하지 않은 WebRequest 개체를 만듭니다. |
| ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |