C# Класс Microsoft.Protocols.TestSuites.MS_WDVMODUU.WDVMODUUResponse

The class is used as the return type for Adapter methods, it contains all data in the HTTP response by parsing the "HttpWebResponse" object, and the data are returned and used by the test cases.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ReserveResponseData ( HttpWebResponse httpResponse, ITestSite site ) : string

Reserve the HTTP headers and Body data from the HTTP Web Response object.

WDVMODUUResponse ( ) : System

Initializes a new instance of the WDVMODUUResponse class.

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

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

Reserve the HTTP headers and Body data from the HTTP Web Response object.
public ReserveResponseData ( HttpWebResponse httpResponse, ITestSite site ) : string
httpResponse System.Net.HttpWebResponse The HTTP Web Response object.
site ITestSite The ITestSite object is used in log.
Результат string

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

Initializes a new instance of the WDVMODUUResponse class.
public WDVMODUUResponse ( ) : System
Результат System