HttpWebRequest.AllowReadStreamBuffering 속성

정의

인터넷 리소스에서 받은 값을 버퍼링할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool AllowReadStreamBuffering { bool get(); void set(bool value); };
public virtual bool AllowReadStreamBuffering { get; set; }
member this.AllowReadStreamBuffering : bool with get, set
Public Overridable Property AllowReadStreamBuffering As Boolean

속성 값

true 인터넷 리소스에서 받은 데이터의 버퍼링을 사용하도록 설정하려면 false 버퍼링을 사용하지 않도록 설정합니다. 기본값은 false입니다.

적용 대상