C# Class Litle.Sdk.Communications.SshConnectionInfo

Show file Open project: LitleCo/litle-sdk-for-dotNet

Public Properties

Property Type Description
Host string
IdentityFile string
Pass string
User string

Property Details

Host public property

public string Host
return string

IdentityFile public property

public string IdentityFile
return string

Pass public property

public string Pass
return string

User public property

public string User
return string