3 references to WsiProfilesElementCollection
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
46
public
WsiProfilesElementCollection
ConformanceWarnings {
47
get { return (
WsiProfilesElementCollection
)base[this.conformanceWarnings]; }
473
readonly ConfigurationProperty conformanceWarnings = new ConfigurationProperty("conformanceWarnings", typeof(
WsiProfilesElementCollection
), null, ConfigurationPropertyOptions.None);