C# 클래스 Stumps.MockHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
AddHeader ( string headerName, string headerValue ) : void
MockHandler ( ) : System
ProcessRequest ( IStumpsHttpContext context ) : Task
UpdateBody ( string value ) : void

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string headerName, string headerValue ) : void
headerName string
headerValue string
리턴 void

MockHandler() 공개 메소드

public MockHandler ( ) : System
리턴 System

ProcessRequest() 공개 메소드

public ProcessRequest ( IStumpsHttpContext context ) : Task
context IStumpsHttpContext
리턴 Task

UpdateBody() 공개 메소드

public UpdateBody ( string value ) : void
value string
리턴 void