C# 클래스 Renci.SshNet.ExpectAction

Specifies behavior for expected expression
파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
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