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