1 write to HeaderNamespace
mscorlib (1)
system\runtime\remoting\header.cs (1)
39
HeaderNamespace
= _HeaderNamespace;
4 references to HeaderNamespace
mscorlib (4)
system\runtime\remoting\callcontext.cs (2)
675
if (header.
HeaderNamespace
!= null)
676
return header.Name + ", " + header.
HeaderNamespace
;
system\runtime\remoting\message.cs (2)
3788
if (header.
HeaderNamespace
== "http://schemas.microsoft.com/clr/soap/messageProperties")
4718
if (header.
HeaderNamespace
== "http://schemas.microsoft.com/clr/soap/messageProperties")