C# Класс SisoDb.Management.HttpContextAdapter

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

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

Метод Описание
GetAppRelativeCurrentExecutionFilePath ( ) : string
GetFormValue ( string key ) : string
SetContentType ( string contentType ) : void
SetStatusCode ( int statusCode ) : void
Write ( string response ) : void

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

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

public GetAppRelativeCurrentExecutionFilePath ( ) : string
Результат string

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

public GetFormValue ( string key ) : string
key string
Результат string

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

public SetContentType ( string contentType ) : void
contentType string
Результат void

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

public SetStatusCode ( int statusCode ) : void
statusCode int
Результат void

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

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