WebClient.AllowWriteStreamBuffering 속성

정의

주의

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

WebClient 인스턴스에 대해 인터넷 리소스에 쓴 데이터를 버퍼링할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AllowWriteStreamBuffering { bool get(); void set(bool value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public bool AllowWriteStreamBuffering { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.AllowWriteStreamBuffering : bool with get, set
Public Property AllowWriteStreamBuffering As Boolean

속성 값

인터넷 리소스에 쓴 데이터를 버퍼링할 수 있게 하려면 true로 설정하고, 버퍼링할 수 없게 하려면 false로 설정합니다. 기본값은 true입니다.

특성

설명

속성이 인 AllowWriteStreamBufferingtrue경우 데이터는 메모리에 버퍼링되므로 더 큰 청크로 인터넷 리소스에 보다 효율적으로 쓸 수 있습니다.

적용 대상