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