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