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