Implemented interface member:
method
Parse
System.Runtime.Remoting.Channels.IChannel.Parse(System.String, out System.String)
2 references to Parse
System.Runtime.Remoting (2)
channels\ipc\ipcclientchannel.cs (2)
151channelURI = Parse(url, out objectURI); 162String simpleChannelUri = Parse(cds.ChannelUris[0], out objectURI);