Share via


BodyWriter(Boolean) 생성자

정의

버퍼링할지 여부를 명시적으로 나타내는 BodyWriter 클래스의 새 인스턴스를 초기화합니다.

protected:
 BodyWriter(bool isBuffered);
protected BodyWriter (bool isBuffered);
new System.ServiceModel.Channels.BodyWriter : bool -> System.ServiceModel.Channels.BodyWriter
Protected Sub New (isBuffered As Boolean)

매개 변수

isBuffered
Boolean

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

설명

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

적용 대상