5 instantiations of SoapAttributeAttribute
System.Web.Services (5)
System\Web\Services\Protocols\SoapHeader.cs (5)
40
SoapAttribute
("mustUnderstand", Namespace = "http://schemas.xmlsoap.org/soap/envelope/"),
57
SoapAttribute
("mustUnderstand", Namespace = Soap12.Namespace),
89
SoapAttribute
("actor", Namespace = "http://schemas.xmlsoap.org/soap/envelope/"),
98
SoapAttribute
("role", Namespace = Soap12.Namespace),
125
SoapAttribute
("relay", Namespace = Soap12.Namespace),
5 references to SoapAttributeAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
973
invalidAttributeType = typeof(
SoapAttributeAttribute
);
System.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (4)
29
SoapAttributeAttribute
soapAttribute;
54
else if (attrs[i] is
SoapAttributeAttribute
) {
55
this.soapAttribute = (
SoapAttributeAttribute
)attrs[i];
127
public
SoapAttributeAttribute
SoapAttribute {