C# Класс GnomeServer.ResponseFormatters.PlainTextResponseFormatter

Наследование: IResponseFormatter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PlainTextResponseFormatter ( String content, HttpStatusCode statusCode ) : System
WriteContent ( HttpListenerResponse response ) : void

Описание методов

PlainTextResponseFormatter() публичный Метод

public PlainTextResponseFormatter ( String content, HttpStatusCode statusCode ) : System
content String
statusCode HttpStatusCode
Результат System

WriteContent() публичный Метод

public WriteContent ( HttpListenerResponse response ) : void
response System.Net.HttpListenerResponse
Результат void