1 instantiation of ServiceModelHttpMessageHandler
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
304
return new
ServiceModelHttpMessageHandler
();
7 references to ServiceModelHttpMessageHandler
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
274
var
clientHandler = GetHttpMessageHandler(to, clientCertificateToken);
302
internal virtual
ServiceModelHttpMessageHandler
GetHttpMessageHandler(EndpointAddress to, SecurityTokenContainer clientCertificateToken)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (4)
166
private void AddServerCertMappingOrSetRemoteCertificateValidationCallback(
ServiceModelHttpMessageHandler
messageHandler, EndpointAddress to)
212
internal override
ServiceModelHttpMessageHandler
GetHttpMessageHandler(EndpointAddress to, SecurityTokenContainer clientCertificateToken)
214
ServiceModelHttpMessageHandler
handler = base.GetHttpMessageHandler(to, clientCertificateToken);
224
private static void SetCertificate(
ServiceModelHttpMessageHandler
handler, SecurityTokenContainer clientCertificateToken)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
363
public static void SetServerCertificateValidationCallback(
ServiceModelHttpMessageHandler
handler)