C# 클래스 Renci.SshNet.Compression.ZlibOpenSsh

Represents "[email protected]" compression implementation
상속: Compressor
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

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

Initializes the algorithm

비공개 메소드들

메소드 설명
Session_UserAuthenticationSuccessReceived ( object sender, MessageEventArgs e ) : void

메소드 상세

Init() 공개 메소드

Initializes the algorithm
public Init ( Session session ) : void
session Session The session.
리턴 void