2009-05-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IChannelReceiver.cs
index c6b2e59927b09cfc2eb3efe107aca0e8ebc2c4ec..e2a3d9333db21cc693c92aa28238933aa5c75fc9 100644 (file)
 
 namespace System.Runtime.Remoting.Channels {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IChannelReceiver : IChannel
        {
                object ChannelData { get; }
 
-               string [] GetUrlsForUri (string objectUri);
+               string [] GetUrlsForUri (string objectURI);
 
                void StartListening (object data);