void StartListening(object data)
Instructs the current channel to start listening for requests.
Provides required functions and properties for the receiver channels.
void StopListening(object data)
Instructs the current channel to stop listening for requests.
string [] GetUrlsForUri(string objectURI)
Returns an array of all the URLs for a URI.
Provides conduits for messages that cross remoting boundaries.
object ChannelData
Gets the channel-specific data.