1 instantiation of ProtocolElement
System.Web (1)
Configuration\ProtocolsSection.cs (1)
135
return new
ProtocolElement
();
11 references to ProtocolElement
System.Web (11)
Configuration\ProtocolsSection.cs (8)
60
[ConfigurationCollection(typeof(
ProtocolElement
))]
89
public void Add(
ProtocolElement
protocolElement )
97
public void Remove(
ProtocolElement
protocolElement )
105
public new
ProtocolElement
this[ string name ]
109
return (
ProtocolElement
)BaseGet( name );
112
public
ProtocolElement
this[ int index ]
116
return (
ProtocolElement
)BaseGet( index );
140
string name = ((
ProtocolElement
)element).Name;
Hosting\ProcessHost.cs (3)
360
private Type ValidateAndGetType(
ProtocolElement
element,
402
ProtocolElement
configEntry = ProtocolsConfig.Protocols[protocolId];
462
ProtocolElement
configEntry = ProtocolsConfig.Protocols[protocolId];