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

상속: ChannelMessage
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
ChannelOpenFailureMessage ( )

Initializes a new instance of the ChannelOpenFailureMessage class.

ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode )

Initializes a new instance of the ChannelOpenFailureMessage class.

ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode, string language )

Initializes a new instance of the ChannelOpenFailureMessage class.

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

비공개 메소드들

메소드 설명
Process ( Session session ) : void

메소드 상세

ChannelOpenFailureMessage() 공개 메소드

Initializes a new instance of the ChannelOpenFailureMessage class.

ChannelOpenFailureMessage() 공개 메소드

Initializes a new instance of the ChannelOpenFailureMessage class.
public ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode )
localChannelNumber uint The local channel number.
description string The description.
reasonCode uint The reason code.

ChannelOpenFailureMessage() 공개 메소드

Initializes a new instance of the ChannelOpenFailureMessage class.
public ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode, string language )
localChannelNumber uint The local channel number.
description string The description.
reasonCode uint The reason code.
language string The language (RFC3066).

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