C# Класс Raven.Database.Server.Responders.MultiGet.MultiGetHttpResponse

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

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

Метод Описание
AddHeader ( string name, string value ) : void
Close ( ) : void
MultiGetHttpResponse ( GetResponse getResponse, IHttpResponse response ) : System
Redirect ( string url ) : void
SetPublicCachability ( ) : void
WriteFile ( string path ) : void

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

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

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

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

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

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

public MultiGetHttpResponse ( GetResponse getResponse, IHttpResponse response ) : System
getResponse Raven.Abstractions.Data.GetResponse
response IHttpResponse
Результат System

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

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

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

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

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

public WriteFile ( string path ) : void
path string
Результат void