HttpCommandProcessor ReadResponse Method WebDriver
Retrieves the body of the HTTP response

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public virtual string ReadResponse(
	HttpWebResponse response
)

Return Value

the body of the HTTP response
See Also