1 override of GetHttpMessageHandler
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
212internal override ServiceModelHttpMessageHandler GetHttpMessageHandler(EndpointAddress to, SecurityTokenContainer clientCertificateToken)
2 references to GetHttpMessageHandler
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
274var clientHandler = GetHttpMessageHandler(to, clientCertificateToken);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
214ServiceModelHttpMessageHandler handler = base.GetHttpMessageHandler(to, clientCertificateToken);