1 instantiation of TypeElement
System.Web.Services (1)
System\Web\Services\Configuration\TypeElementCollection.cs (1)
43
return new
TypeElement
();
15 references to TypeElement
System.Web.Services (15)
System\Web\Services\Configuration\TypeElementCollection.cs (12)
14
[ConfigurationCollection(typeof(
TypeElement
))]
17
public void Add(
TypeElement
element)
46
public void CopyTo(
TypeElement
[] array, int index)
63
TypeElement
configElementKey = (
TypeElement
)element;
67
public int IndexOf(
TypeElement
element)
77
public void Remove(
TypeElement
element)
102
public
TypeElement
this[object key]
110
TypeElement
retval = (
TypeElement
)this.BaseGet(key);
150
public
TypeElement
this[int index]
154
return (
TypeElement
)BaseGet(index);
System\Web\Services\Configuration\WebServicesSection.cs (3)
410
public
TypeElement
SoapServerProtocolFactoryType {
411
get { return (
TypeElement
)base[this.soapServerProtocolFactoryType]; }
482
readonly ConfigurationProperty soapServerProtocolFactoryType = new ConfigurationProperty("soapServerProtocolFactory", typeof(
TypeElement
), null, ConfigurationPropertyOptions.None);