Share via


ServicePointManagerElement.Expect100Continue 속성

정의

100-Continue 동작을 사용할지 여부를 결정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool Expect100Continue { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("expect100Continue", DefaultValue=true)]
public bool Expect100Continue { get; set; }
[<System.Configuration.ConfigurationProperty("expect100Continue", DefaultValue=true)>]
member this.Expect100Continue : bool with get, set
Public Property Expect100Continue As Boolean

속성 값

true 요청에 대해 100-Continue 응답이 필요하면 POST이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

이 속성 설정 된 경우 true, 클라이언트를 사용 하는 요청을 POST 100 수신 하고자 하는 메서드-클라이언트에 게시 될 데이터를 전송 해야 하는 서버에서 응답을 계속 합니다. 이 메커니즘은 요청 헤더에 따라 서버에서 요청을 거부 하는 경우 네트워크를 통해 많은 양의 데이터를 전송 하지 않도록 클라이언트를 허용 합니다.

자세한 내용은 ServicePointManager.Expect100Continue을 참조하십시오.

적용 대상

추가 정보