1 override of OnGetConnectionGroupPrefix
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
147protected override string OnGetConnectionGroupPrefix(HttpWebRequest httpWebRequest, SecurityTokenContainer clientCertificateToken)
1 reference to OnGetConnectionGroupPrefix
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
678string prefix = this.OnGetConnectionGroupPrefix(httpWebRequest, clientCertificateToken);