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

Show file 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 property

public bool? batchMode
return bool?

hostName public property

public string hostName
return string

identityFile public property

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

patternsApplied public property

public bool patternsApplied
return bool

port public property

public int port
return int

preferredAuthentications public property

public string preferredAuthentications
return string

strictHostKeyChecking public property

public string strictHostKeyChecking
return string

user public property

public string user
return string