C# 클래스 OctoTorrent.Common.AzureusStyleIdentifierProvider

상속: IIdentifierProvider
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

공개 메소드들

메소드 설명
CreateDhtClientVersion ( ) : string
CreateHumanReadableId ( ) : string
CreatePeerId ( ) : string

보호된 메소드들

메소드 설명
AzureusStyleIdentifierProvider ( string clientId ) : System
CreateVersionString ( ) : string
GetVersion ( ) : System.Version

메소드 상세

AzureusStyleIdentifierProvider() 보호된 메소드

protected AzureusStyleIdentifierProvider ( string clientId ) : System
clientId string
리턴 System

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

public abstract CreateDhtClientVersion ( ) : string
리턴 string

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

public abstract CreateHumanReadableId ( ) : string
리턴 string

CreatePeerId() 공개 메소드

public CreatePeerId ( ) : string
리턴 string

CreateVersionString() 보호된 메소드

protected CreateVersionString ( ) : string
리턴 string

GetVersion() 보호된 추상적인 메소드

protected abstract GetVersion ( ) : System.Version
리턴 System.Version