If you’re using Visual Studio 2010, you can retrieve the namespace by checking the CallContext’s “NamespaceHint” property.
System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("NamespaceHint");
If you’re using Visual Studio 2010, you can retrieve the namespace by checking the CallContext’s “NamespaceHint” property.
System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("NamespaceHint");