Retrieves the body of the HTTP response
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public virtual string ReadResponse( HttpWebResponse response )
Parameters
- response
- Type:
System.Net HttpWebResponse
the response object to read
Return Value
the body of the HTTP responseSee Also