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\http\httpclientchannel.cs (2)
199channelURI = Parse(url, out objectURI); 210String simpleChannelUri = Parse(cds.ChannelUris[0], out objectURI);