C# 클래스 Thinktecture.Tools.Web.Services.ContractFirst.WscfConfiguration

파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
WscfConfiguration ( ) : System

보호된 메소드들

메소드 설명
GetAppSettingsFileHandler ( string sectionName, IConfigurationSectionHandler parentHandler, XmlDocument xmlDoc ) : object
GetHandler ( string sectionName, XmlDocument xmlDoc ) : IConfigurationSectionHandler

비공개 메소드들

메소드 설명
GetConfig ( string sectionName, string configFileName ) : object

메소드 상세

GetAppSettingsFileHandler() 보호된 정적인 메소드

protected static GetAppSettingsFileHandler ( string sectionName, IConfigurationSectionHandler parentHandler, XmlDocument xmlDoc ) : object
sectionName string
parentHandler IConfigurationSectionHandler
xmlDoc System.Xml.XmlDocument
리턴 object

GetHandler() 보호된 정적인 메소드

protected static GetHandler ( string sectionName, XmlDocument xmlDoc ) : IConfigurationSectionHandler
sectionName string
xmlDoc System.Xml.XmlDocument
리턴 IConfigurationSectionHandler

WscfConfiguration() 공개 메소드

public WscfConfiguration ( ) : System
리턴 System