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