다음을 통해 공유


BodyWriter.IsBuffered 속성

정의

Write 메서드를 여러 번 호출할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsBuffered { bool get(); };
public bool IsBuffered { get; }
member this.IsBuffered : bool
Public ReadOnly Property IsBuffered As Boolean

속성 값

본문 작성기를 여러 번 호출할 수 있으면 true이고, 그렇지 않으면 false입니다.

설명

isBufferedfalse이면 메시지에서 Write 메서드를 한 번 호출하고 콘텐츠를 버퍼링합니다.

적용 대상