C# Класс OpenQA.Selenium.Firefox.Response

Represents the response returned by a command.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
IfNecessaryThrow void

Открытые методы

Метод Описание
Response ( ) : System

Initializes a new instance of the Response class.

Приватные методы

Метод Описание
IfNecessaryThrow ( Type exceptionClass ) : void

Throws the specified exception, if necessary.

Описание методов

Response() публичный Метод

Initializes a new instance of the Response class.
public Response ( ) : System
Результат System