2002-08-01 Duncan Mak <[email protected]> * IChannel.cs: (Parse): Added. svn path=/trunk/mcs/; revision=6319
@@ -5,6 +5,9 @@
2002-08-01 Duncan Mak <[email protected]>
+ * IChannel.cs:
+ (Parse): Added.
+
* BinaryServerFormatterSink.cs:
* SoapServerFormatterSink.cs: Fixed typo.
@@ -13,5 +13,7 @@ namespace System.Runtime.Remoting.Channels {
string ChannelName { get; }
int ChannelPriorirty { get; }
+ string Parse (string url, out string objectURI);
}