C# Class SisoDb.Management.HttpContextAdapter

Inheritance: IContextAdapter
Exibir arquivo Open project: MikaelEliasson/SisoDb.Management

Public Methods

Method Description
GetAppRelativeCurrentExecutionFilePath ( ) : string
GetFormValue ( string key ) : string
SetContentType ( string contentType ) : void
SetStatusCode ( int statusCode ) : void
Write ( string response ) : void

Method Details

GetAppRelativeCurrentExecutionFilePath() public method

public GetAppRelativeCurrentExecutionFilePath ( ) : string
return string

GetFormValue() public method

public GetFormValue ( string key ) : string
key string
return string

SetContentType() public method

public SetContentType ( string contentType ) : void
contentType string
return void

SetStatusCode() public method

public SetStatusCode ( int statusCode ) : void
statusCode int
return void

Write() public method

public Write ( string response ) : void
response string
return void