C# Class 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.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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.

Method Details

ReserveResponseData() public method

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

WDVMODUUResponse() public method

Initializes a new instance of the WDVMODUUResponse class.
public WDVMODUUResponse ( ) : System
return System