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.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat string

WDVMODUUResponse() public méthode

Initializes a new instance of the WDVMODUUResponse class.
public WDVMODUUResponse ( ) : System
Résultat System