* CrossAppDomainChannel.cs: Added getter for the target domain Id.
authorLluis Sanchez <lluis@novell.com>
Wed, 10 Nov 2004 11:50:45 +0000 (11:50 -0000)
committerLluis Sanchez <lluis@novell.com>
Wed, 10 Nov 2004 11:50:45 +0000 (11:50 -0000)
svn path=/trunk/mcs/; revision=35961

mcs/class/corlib/System.Runtime.Remoting.Channels/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Channels/CrossAppDomainChannel.cs

index 21eac32b525098fc546844f97de223206ae2e9a0..6faabdfe56cf08cd015783e9f6c302258adbf54f 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * CrossAppDomainChannel.cs: Added getter for the target domain Id.
+
 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
 
        * CrossAppDomainChannel.cs: In CreateMessageSink, ignore the url
index b0c5392e76d2e810ad3a718c8d1321587cf0920d..836ce0f8c2af5358688dcfe3eae7f78b9fff120f 100755 (executable)
@@ -173,6 +173,10 @@ namespace System.Runtime.Remoting.Channels
                                        return sink;\r
                                }\r
                        }\r
+               }\r
+               \r
+               internal int TargetDomainId {\r
+                       get { return _domainID; }\r
                }
 
                private struct ProcessMessageRes {