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