C# 클래스 Microsoft.Protocols.TestSuites.Common.ResponseMessageBodyWriter

A class is used to construct the body of the response message.
상속: System.ServiceModel.Channels.BodyWriter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
ResponseMessageBodyWriter ( Encoding encoding, Stream bodyStream ) : System.IO

Initializes a new instance of the ResponseMessageBodyWriter class with the specified encoding type and body stream.

보호된 메소드들

메소드 설명
OnWriteBodyContents ( System writer ) : void

Override the method to write the content to the xml dictionary writer.

메소드 상세

OnWriteBodyContents() 보호된 메소드

Override the method to write the content to the xml dictionary writer.
protected OnWriteBodyContents ( System writer ) : void
writer System Specify the output destination of the content.
리턴 void

ResponseMessageBodyWriter() 공개 메소드

Initializes a new instance of the ResponseMessageBodyWriter class with the specified encoding type and body stream.
public ResponseMessageBodyWriter ( Encoding encoding, Stream bodyStream ) : System.IO
encoding System.Text.Encoding Specify the encoding type.
bodyStream System.IO.Stream Specify the body stream.
리턴 System.IO