An NDoc Documented Class Library

HttpCommandProcessor.ReadResponse Method 

Retrieves the body of the HTTP response

public virtual string ReadResponse(
   HttpWebResponse response
);

Parameters

response
the response object to read

Return Value

the body of the HTTP response

See Also

HttpCommandProcessor Class | Selenium Namespace