C# 클래스 BetterExplorer.Networks.NetworkItem

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
CreateConnection ( ) : NetworkFileSystem

메소드 상세

CreateConnection() 공개 메소드

public CreateConnection ( ) : NetworkFileSystem
리턴 BetterExplorer.Networks.FileSystem.NetworkFileSystem

프로퍼티 상세

_anon 보호되어 있는 프로퍼티

protected bool _anon
리턴 bool

_appkey 보호되어 있는 프로퍼티

protected string _appkey
리턴 string

_appsecret 보호되어 있는 프로퍼티

protected string _appsecret
리턴 string

_displayname 보호되어 있는 프로퍼티

protected string _displayname
리턴 string

_fs 보호되어 있는 프로퍼티

protected NetworkFileSystem,BetterExplorer.Networks.FileSystem _fs
리턴 BetterExplorer.Networks.FileSystem.NetworkFileSystem

_password 보호되어 있는 프로퍼티

protected string _password
리턴 string

_port 보호되어 있는 프로퍼티

protected int _port
리턴 int

_server 보호되어 있는 프로퍼티

protected string _server
리턴 string

_service 보호되어 있는 프로퍼티

protected AccountService _service
리턴 AccountService

_type 보호되어 있는 프로퍼티

protected AccountType _type
리턴 AccountType

_username 보호되어 있는 프로퍼티

protected string _username
리턴 string