C# 클래스 WebSettings, FileZilla.NET

파일 보기 프로젝트 열기: sancsoft/FileZilla.NET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
settingsXML XmlDocument

공개 메소드들

메소드 설명
Lookup ( string key ) : string

Get a setting as a string value; throw an exception if its not found

Lookup ( string key, string defaultValue ) : string

Get a setting as a string value or use default if setting is undefined

WebSettings ( ) : System

Construct the web settings object. If the settings are not loaded, load them

메소드 상세

Lookup() 공개 메소드

Get a setting as a string value; throw an exception if its not found
public Lookup ( string key ) : string
key string key
리턴 string

Lookup() 공개 메소드

Get a setting as a string value or use default if setting is undefined
public Lookup ( string key, string defaultValue ) : string
key string key
defaultValue string value to use if setting not found
리턴 string

WebSettings() 공개 메소드

Construct the web settings object. If the settings are not loaded, load them
public WebSettings ( ) : System
리턴 System

프로퍼티 상세

settingsXML 보호되어 있는 프로퍼티

protected XmlDocument settingsXML
리턴 XmlDocument