C# Class OpenQA.Selenium.Firefox.Response

Represents the response returned by a command.
Show file Open project: epall/selenium

Private Properties

Property Type Description
IfNecessaryThrow void

Public Methods

Method Description
Response ( ) : System

Initializes a new instance of the Response class.

Private Methods

Method Description
IfNecessaryThrow ( Type exceptionClass ) : void

Throws the specified exception, if necessary.

Method Details

Response() public method

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