NSUrlSessionHandler 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public class NSUrlSessionHandler : System.Net.Http.HttpMessageHandler
type NSUrlSessionHandler = class
inherit HttpMessageHandler
- 상속
-
NSUrlSessionHandler
생성자
| Name | Description |
|---|---|
| NSUrlSessionHandler() | |
| NSUrlSessionHandler(NSUrlSessionConfiguration) | |
속성
| Name | Description |
|---|---|
| AllowAutoRedirect | |
| AllowsCellularAccess | |
| AutomaticDecompression | |
| BypassBackgroundSessionCheck | |
| CertificateChainPolicy |
인증서 체인의 유효성을 검사할 때 사용할 사용자 지정 체인 정책을 가져오거나 설정합니다. |
| CheckCertificateRevocationList |
인증서가 인증 기관 해지 목록에 대해 검사되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| ClientCertificateOptions | |
| ClientCertificates |
서버에 대한 요청과 연결된 보안 인증서의 컬렉션을 가져옵니다. |
| CookieContainer | |
| Credentials | |
| DefaultProxyCredentials | |
| DisableCaching | |
| MaxAutomaticRedirections | |
| MaxConnectionsPerServer | |
| MaxInputInMemory |
요청과 함께 콘텐츠를 보낼 때 메모리에 로드할 최대 콘텐츠 양입니다. |
| MaxResponseHeadersLength | |
| PreAuthenticate | |
| Properties | |
| Proxy | |
| ServerCertificateCustomValidationCallback | |
| SslProtocols | |
| SupportsAutomaticDecompression | |
| SupportsProxy | |
| SupportsRedirectConfiguration | |
| TrustOverrideForUrl | |
| UseCookies |
쿠키 사용을 사용하거나 사용하지 않도록 설정합니다. |
| UseProxy | |
메서드
| Name | Description |
|---|---|
| Dispose(Boolean) | 관리되는 리소스에 사용되는 관리되지 않는 리소스를 HttpMessageHandler 해제하고 필요에 따라 관리되는 리소스를 삭제합니다. |
| SendAsync(HttpRequestMessage, CancellationToken) | |