C# Class Stumps.Server.RecordedContext

A class representing a recorded HTTP request and response.
Inheritance: IStumpsHttpContext
ファイルを表示 Open project: Cayan-LLC/stumps Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RecordedContext ( IStumpsHttpContext context, ContentDecoderHandling decoderHandling ) : System

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

Method Details

RecordedContext() public method

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.
return System