C# Класс Renci.SshNet.ExpectAction

Specifies behavior for expected expression
Показать файл Открыть проект

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

Метод Описание
ExpectAction ( Regex expect, Action action ) : System

Initializes a new instance of the ExpectAction class.

ExpectAction ( string expect, Action action ) : System

Initializes a new instance of the ExpectAction class.

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

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

Initializes a new instance of the ExpectAction class.
or is null.
public ExpectAction ( Regex expect, Action action ) : System
expect System.Text.RegularExpressions.Regex The expect regular expression.
action Action The action to perform.
Результат System

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

Initializes a new instance of the ExpectAction class.
or is null.
public ExpectAction ( string expect, Action action ) : System
expect string The expect expression.
action Action The action to perform.
Результат System