다음을 통해 공유


IAsyncHttpWebRequest 인터페이스

정의

HttpWeb 요청 래퍼 인터페이스.

public interface class IAsyncHttpWebRequest
public interface IAsyncHttpWebRequest
type IAsyncHttpWebRequest = interface
Public Interface IAsyncHttpWebRequest
파생

속성

CachePolicy

캐시 정책을 가져오거나 설정합니다.

ContentType

콘텐츠 형식을 가져오거나 설정합니다. 예를 들어 "application/x-www-form-urlencoded"

Method

사용된 메서드(GET, HEAD, POST, PUT, DELETE, TRACE 또는 OPTIONS)를 가져오거나 설정합니다.

Timeout

응답에 대한 시간 제한을 가져오거나 설정합니다.

Url

대상 URL을 가져옵니다.

메서드

AddHeaders(IEnumerable<KeyValuePair<String,String>>)

HTTP 헤더를 추가합니다.

GetResponseAsync()

요청을 보내고 비동기적으로 응답을 다시 가져옵니다.

적용 대상