C# 클래스 GitSharp.Core.Transport.OpenSshConfig.Host

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

공개 프로퍼티들

프로퍼티 타입 설명
batchMode bool?
hostName string
identityFile System.IO.FileInfo
patternsApplied bool
port int
preferredAuthentications string
strictHostKeyChecking string
user string

공개 메소드들

메소드 설명
copyFrom ( Host src ) : void
getHostName ( ) : string
getIdentityFile ( ) : FileInfo
getPort ( ) : int
getPreferredAuthentications ( ) : string
getStrictHostKeyChecking ( ) : string
getUser ( ) : string
isBatchMode ( ) : bool

메소드 상세

copyFrom() 공개 메소드

public copyFrom ( Host src ) : void
src Host
리턴 void

getHostName() 공개 메소드

public getHostName ( ) : string
리턴 string

getIdentityFile() 공개 메소드

public getIdentityFile ( ) : FileInfo
리턴 System.IO.FileInfo

getPort() 공개 메소드

public getPort ( ) : int
리턴 int

getPreferredAuthentications() 공개 메소드

public getPreferredAuthentications ( ) : string
리턴 string

getStrictHostKeyChecking() 공개 메소드

public getStrictHostKeyChecking ( ) : string
리턴 string

getUser() 공개 메소드

public getUser ( ) : string
리턴 string

isBatchMode() 공개 메소드

public isBatchMode ( ) : bool
리턴 bool

프로퍼티 상세

batchMode 공개적으로 프로퍼티

public bool? batchMode
리턴 bool?

hostName 공개적으로 프로퍼티

public string hostName
리턴 string

identityFile 공개적으로 프로퍼티

public FileInfo,System.IO identityFile
리턴 System.IO.FileInfo

patternsApplied 공개적으로 프로퍼티

public bool patternsApplied
리턴 bool

port 공개적으로 프로퍼티

public int port
리턴 int

preferredAuthentications 공개적으로 프로퍼티

public string preferredAuthentications
리턴 string

strictHostKeyChecking 공개적으로 프로퍼티

public string strictHostKeyChecking
리턴 string

user 공개적으로 프로퍼티

public string user
리턴 string