C# Class BetterExplorer.Networks.NetworkItem

Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Protected Properties

Property Type Description
_anon bool
_appkey string
_appsecret string
_displayname string
_fs BetterExplorer.Networks.FileSystem.NetworkFileSystem
_password string
_port int
_server string
_service AccountService
_type AccountType
_username string

Public Methods

Method Description
CreateConnection ( ) : NetworkFileSystem

Method Details

CreateConnection() public method

public CreateConnection ( ) : NetworkFileSystem
return BetterExplorer.Networks.FileSystem.NetworkFileSystem

Property Details

_anon protected property

protected bool _anon
return bool

_appkey protected property

protected string _appkey
return string

_appsecret protected property

protected string _appsecret
return string

_displayname protected property

protected string _displayname
return string

_fs protected property

protected NetworkFileSystem,BetterExplorer.Networks.FileSystem _fs
return BetterExplorer.Networks.FileSystem.NetworkFileSystem

_password protected property

protected string _password
return string

_port protected property

protected int _port
return int

_server protected property

protected string _server
return string

_service protected property

protected AccountService _service
return AccountService

_type protected property

protected AccountType _type
return AccountType

_username protected property

protected string _username
return string