C# Класс Stumps.Server.RecordedRequest

A class that represents a recorded HTTP request.
Наследование: RecordedContextPartBase, IStumpsHttpRequest
Показать файл Открыть проект

Открытые методы

Метод Описание
RecordedRequest ( IStumpsHttpRequest request, ContentDecoderHandling decoderHandling ) : System

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

Описание методов

RecordedRequest() публичный Метод

Initializes a new instance of the T:Stumps.Server.RecordedRequest class.
is null.
public RecordedRequest ( IStumpsHttpRequest request, ContentDecoderHandling decoderHandling ) : System
request IStumpsHttpRequest The used to initialize the instance.
decoderHandling ContentDecoderHandling The requirements for the HTTP body.
Результат System