C# Class Thinktecture.Tools.Web.Services.ContractFirst.WscfConfiguration

Mostrar archivo Open project: WSCF/WSCF

Public Methods

Method Description
WscfConfiguration ( ) : System

Protected Methods

Method Description
GetAppSettingsFileHandler ( string sectionName, IConfigurationSectionHandler parentHandler, XmlDocument xmlDoc ) : object
GetHandler ( string sectionName, XmlDocument xmlDoc ) : IConfigurationSectionHandler

Private Methods

Method Description
GetConfig ( string sectionName, string configFileName ) : object

Method Details

GetAppSettingsFileHandler() protected static method

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

GetHandler() protected static method

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

WscfConfiguration() public method

public WscfConfiguration ( ) : System
return System