C# 클래스 SisoDb.Management.HttpContextAdapter

상속: IContextAdapter
파일 보기 프로젝트 열기: MikaelEliasson/SisoDb.Management

공개 메소드들

메소드 설명
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