C# 클래스 Renci.SshNet.Messages.Connection.EnvironmentVariableRequestInfo

Represents "env" type channel request information
상속: RequestInfo
파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
EnvironmentVariableRequestInfo ( )

Initializes a new instance of the EnvironmentVariableRequestInfo class.

EnvironmentVariableRequestInfo ( string variableName, string variableValue )

Initializes a new instance of the EnvironmentVariableRequestInfo class.

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

메소드 상세

EnvironmentVariableRequestInfo() 공개 메소드

Initializes a new instance of the EnvironmentVariableRequestInfo class.

EnvironmentVariableRequestInfo() 공개 메소드

Initializes a new instance of the EnvironmentVariableRequestInfo class.
public EnvironmentVariableRequestInfo ( string variableName, string variableValue )
variableName string Name of the variable.
variableValue string The variable value.

LoadData() 보호된 메소드

Called when type specific data need to be loaded.
protected LoadData ( ) : void
리턴 void

SaveData() 보호된 메소드

Called when type specific data need to be saved.
protected SaveData ( ) : void
리턴 void