2 references to ProtocolFromName
System.ServiceModel (2)
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
567
if ((
ProtocolFromName
(uri.Scheme) != 0) && !String.IsNullOrEmpty(uri.AbsolutePath))
762
int protocol =
ProtocolFromName
(protocolName);