C# 클래스 Stumps.Server.RecordedContext

A class representing a recorded HTTP request and response.
상속: IStumpsHttpContext
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RecordedContext ( IStumpsHttpContext context, ContentDecoderHandling decoderHandling ) : System

Initializes a new instance of the T:Stumps.Server.RecordedContext class.

메소드 상세

RecordedContext() 공개 메소드

Initializes a new instance of the T:Stumps.Server.RecordedContext class.
is null.
public RecordedContext ( IStumpsHttpContext context, ContentDecoderHandling decoderHandling ) : System
context IStumpsHttpContext The used to initialize the instance.
decoderHandling ContentDecoderHandling The requirements for the HTTP body.
리턴 System