C# Class OpenQA.Selenium.Firefox.Response

Represents the response returned by a command.
Afficher le fichier Open project: epall/selenium

Private Properties

Свойство Type Description
IfNecessaryThrow void

Méthodes publiques

Méthode Description
Response ( ) : System

Initializes a new instance of the Response class.

Private Methods

Méthode Description
IfNecessaryThrow ( Type exceptionClass ) : void

Throws the specified exception, if necessary.

Method Details

Response() public méthode

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