| 
        public interface IChannelReceiver : IChannel
       | 
| ChannelData | Read-only Gets the channel-specific data. | 
| GetUrlsForUri | Returns an array of all the URLs for a URI. | 
| StartListening | Instructs the current channel to start listening for requests. | 
| StopListening | Instructs the current channel to stop listening for requests. | 
Hierarchy:
| 
            object ChannelData {get;}
           | 
objectURI
| 
            void StartListening( | 
data
| 
            void StopListening( | 
data