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\tcp\tcpclientchannel.cs (2)
153channelURI = Parse(url, out objectURI); 164String simpleChannelUri = Parse(cds.ChannelUris[0], out objectURI);