3 references to ProtocolElementCollection
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
317public ProtocolElementCollection Protocols { 318get { return (ProtocolElementCollection)base[this.protocols]; } 474readonly ConfigurationProperty protocols = new ConfigurationProperty("protocols", typeof(ProtocolElementCollection), null, ConfigurationPropertyOptions.None);