C# Class Litle.Sdk.Communications.SshConnectionInfo

ファイルを表示 Open project: LitleCo/litle-sdk-for-dotNet

Public Properties

Property Type Description
Host string
IdentityFile string
Pass string
User string

Property Details

Host public_oe property

public string Host
return string

IdentityFile public_oe property

public string IdentityFile
return string

Pass public_oe property

public string Pass
return string

User public_oe property

public string User
return string