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

속성 값

Boolean

인터넷 리소스에서 받은 데이터를 버퍼링하려면 true이고, 버퍼링하지 않으려면 false입니다. 기본값은 false입니다.

적용 대상