C# Class GitSharp.Core.Transport.OpenSshConfig.Host

ファイルを表示 Open project: jagregory/GitSharp Class Usage Examples

Public Properties

Property Type Description
batchMode bool?
hostName string
identityFile System.IO.FileInfo
patternsApplied bool
port int
preferredAuthentications string
strictHostKeyChecking string
user string

Public Methods

Method Description
copyFrom ( Host src ) : void
getHostName ( ) : string
getIdentityFile ( ) : FileInfo
getPort ( ) : int
getPreferredAuthentications ( ) : string
getStrictHostKeyChecking ( ) : string
getUser ( ) : string
isBatchMode ( ) : bool

Method Details

copyFrom() public method

public copyFrom ( Host src ) : void
src Host
return void

getHostName() public method

public getHostName ( ) : string
return string

getIdentityFile() public method

public getIdentityFile ( ) : FileInfo
return System.IO.FileInfo

getPort() public method

public getPort ( ) : int
return int

getPreferredAuthentications() public method

public getPreferredAuthentications ( ) : string
return string

getStrictHostKeyChecking() public method

public getStrictHostKeyChecking ( ) : string
return string

getUser() public method

public getUser ( ) : string
return string

isBatchMode() public method

public isBatchMode ( ) : bool
return bool

Property Details

batchMode public_oe property

public bool? batchMode
return bool?

hostName public_oe property

public string hostName
return string

identityFile public_oe property

public FileInfo,System.IO identityFile
return System.IO.FileInfo

patternsApplied public_oe property

public bool patternsApplied
return bool

port public_oe property

public int port
return int

preferredAuthentications public_oe property

public string preferredAuthentications
return string

strictHostKeyChecking public_oe property

public string strictHostKeyChecking
return string

user public_oe property

public string user
return string