C# 클래스 SparkleLib.SparkleFetcherBase

파일 보기 프로젝트 열기: brandondahler/SparkleShare 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FetchPriorHistory bool
Identifier string
OriginalFetcherInfo SparkleFetcherInfo

보호된 프로퍼티들

프로퍼티 타입 설명
ExcludeRules string[]
errors List
warnings List

공개 메소드들

메소드 설명
Complete ( ) : void
CreateIdentifier ( ) : string
Dispose ( ) : void
EnableFetchedRepoCrypto ( string password ) : void
Fetch ( ) : bool
GetBackend ( string address ) : string
IsFetchedRepoPasswordCorrect ( string password ) : bool
SparkleFetcherBase ( SparkleFetcherInfo info ) : System
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
GenerateCryptoSalt ( ) : string
OnProgressChanged ( double percentage ) : void

비공개 메소드들

메소드 설명
AcceptHostKey ( string host_key, bool warn ) : void
CreateInitialChangeSet ( ) : void
DeriveFingerprint ( string public_key ) : string
FetchHostKey ( ) : string

메소드 상세

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

CreateIdentifier() 공개 정적인 메소드

public static CreateIdentifier ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnableFetchedRepoCrypto() 공개 추상적인 메소드

public abstract EnableFetchedRepoCrypto ( string password ) : void
password string
리턴 void

Fetch() 공개 추상적인 메소드

public abstract Fetch ( ) : bool
리턴 bool

GenerateCryptoSalt() 보호된 메소드

protected GenerateCryptoSalt ( ) : string
리턴 string

GetBackend() 공개 정적인 메소드

public static GetBackend ( string address ) : string
address string
리턴 string

IsFetchedRepoPasswordCorrect() 공개 추상적인 메소드

public abstract IsFetchedRepoPasswordCorrect ( string password ) : bool
password string
리턴 bool

OnProgressChanged() 보호된 메소드

protected OnProgressChanged ( double percentage ) : void
percentage double
리턴 void

SparkleFetcherBase() 공개 메소드

public SparkleFetcherBase ( SparkleFetcherInfo info ) : System
info SparkleFetcherInfo
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void

프로퍼티 상세

ExcludeRules 보호되어 있는 프로퍼티

protected string[] ExcludeRules
리턴 string[]

FetchPriorHistory 공개적으로 프로퍼티

public bool FetchPriorHistory
리턴 bool

Identifier 공개적으로 프로퍼티

public string Identifier
리턴 string

OriginalFetcherInfo 공개적으로 프로퍼티

public SparkleFetcherInfo,SparkleLib OriginalFetcherInfo
리턴 SparkleFetcherInfo

errors 보호되어 있는 프로퍼티

protected List errors
리턴 List

warnings 보호되어 있는 프로퍼티

protected List warnings
리턴 List