5 writes to Namespace
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),
2 references to Namespace
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
650attribute.Namespace = a.SoapAttribute == null || a.SoapAttribute.Namespace == null ? ns : a.SoapAttribute.Namespace;