HttpWebRequest.ContinueDelegate 속성

정의

인터넷 리소스에서 HTTP 100-continue 응답을 받을 때 호출된 대리자 메서드를 가져오거나 설정합니다.

public:
 property System::Net::HttpContinueDelegate ^ ContinueDelegate { System::Net::HttpContinueDelegate ^ get(); void set(System::Net::HttpContinueDelegate ^ value); };
public System.Net.HttpContinueDelegate? ContinueDelegate { get; set; }
public System.Net.HttpContinueDelegate ContinueDelegate { get; set; }
member this.ContinueDelegate : System.Net.HttpContinueDelegate with get, set
Public Property ContinueDelegate As HttpContinueDelegate

속성 값

인터넷 리소스에서 HTTP 계속 응답이 반환될 때 실행하는 콜백 메서드를 구현하는 대리자입니다. 기본값은 null입니다.

설명

속성은 ContinueDelegate 클라이언트가 100-Continue 응답을 받을 때 호출할 콜백 메서드를 지정합니다.

속성이 ContinueDelegate 설정되면 형식 HttpStatusCode.Continue (100)의 프로토콜 응답이 수신될 때마다 클라이언트가 대리자를 호출합니다. 이는 클라이언트가 인터넷 리소스에서 수신되는 데이터의 상태 표시하려는 경우에 유용합니다.

적용 대상

추가 정보