C# Класс Microsoft.Protocols.TestSuites.Common.ResponseMessageBodyWriter

A class is used to construct the body of the response message.
Наследование: System.ServiceModel.Channels.BodyWriter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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