5 references to ParseURL
System.Runtime.Remoting (5)
channels\ipc\ipcchannel.cs (1)
138return IpcChannelHelper.ParseURL(url, out objectURI);
channels\ipc\ipcclientchannel.cs (2)
127return IpcChannelHelper.ParseURL(url, out objectURI); 265String simpleChannelUri = IpcChannelHelper.ParseURL(channelURI, out objectURI);
channels\ipc\ipcmanager.cs (1)
103channelURI = IpcChannelHelper.ParseURL(uri, out objectURI);
channels\ipc\ipcserverchannel.cs (1)
204return IpcChannelHelper.ParseURL(url, out objectURI);