C# 클래스 Stumps.FallbackResponseHandler

A class implementing the T:Stumps.Http.IHttpHandler interface that provides a fallback response to an incomming HTTP request.
상속: IHttpHandler
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
FallbackResponseHandler ( FallbackResponse response ) : System

Initializes a new instance of the T:Stumps.FallbackResponseHandler class.

ProcessRequest ( IStumpsHttpContext context ) : Task

Processes an incoming HTTP request.

메소드 상세

FallbackResponseHandler() 공개 메소드

Initializes a new instance of the T:Stumps.FallbackResponseHandler class.
is null.
public FallbackResponseHandler ( FallbackResponse response ) : System
response FallbackResponse The default response.
리턴 System

ProcessRequest() 공개 메소드

Processes an incoming HTTP request.
is null.
public ProcessRequest ( IStumpsHttpContext context ) : Task
context IStumpsHttpContext The representing both the incoming request and the response.
리턴 Task