C# 클래스 Sparkles.SSHFetcher

상속: BaseFetcher
파일 보기 프로젝트 열기: hbons/SparkleShare

공개 메소드들

메소드 설명
Fetch ( ) : bool

보호된 메소드들

메소드 설명
AcceptHostKey ( string host_key, bool warn ) : void
SSHFetcher ( SparkleFetcherInfo info ) : System

비공개 메소드들

메소드 설명
DeriveFingerprint ( string public_key ) : string
FetchHostKey ( ) : string

메소드 상세

AcceptHostKey() 보호된 메소드

protected AcceptHostKey ( string host_key, bool warn ) : void
host_key string
warn bool
리턴 void

Fetch() 공개 메소드

public Fetch ( ) : bool
리턴 bool

SSHFetcher() 보호된 메소드

protected SSHFetcher ( SparkleFetcherInfo info ) : System
info SparkleFetcherInfo
리턴 System