svn path=/trunk/mcs/; revision=16306
@@ -1,3 +1,7 @@
+2003-07-16 Lluis Sanchez Gual <[email protected]>
+
+ * Identity.cs: Added TargetUri property
2003-04-10 Lluis Sanchez Gual <[email protected]>
* ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc Andre
@@ -139,5 +139,10 @@ namespace System.Runtime.Remoting
{
return _objRef;
}
+ public string TargetUri
+ {
+ get { return _objRef.URI; }
+ }