C# Класс ServiceStack.WebHost.Endpoints.Extensions.HttpListenerResponseWrapper

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

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

Метод Описание
AddHeader ( string name, string value ) : void
HttpListenerResponseWrapper ( HttpListenerResponse response ) : System
Write ( string text ) : void

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

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

public AddHeader ( string name, string value ) : void
name string
value string
Результат void

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

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

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

public Write ( string text ) : void
text string
Результат void