C# Класс Owin.ServiceStack.OwinHttpResponseAdapter

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

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

Метод Описание
AddHeader ( string name, string value ) : void
Close ( ) : void
End ( ) : void
Flush ( ) : void
OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin
Redirect ( string url ) : void
SetContentLength ( long contentLength ) : void
Write ( string text ) : void

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

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

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

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

public Close ( ) : void
Результат void

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

public End ( ) : void
Результат void

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

public Flush ( ) : void
Результат void

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

public OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin
response IOwinResponse
Результат Microsoft.Owin

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

public Redirect ( string url ) : void
url string
Результат void

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

public SetContentLength ( long contentLength ) : void
contentLength long
Результат void

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

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