4 references to IsSslNegotiationBinding
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (2)
309
if (SecurityBindingElement.
IsSslNegotiationBinding
(bootstrapSecurity, false, true))
319
else if (SecurityBindingElement.
IsSslNegotiationBinding
(bootstrapSecurity, true, true))
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (2)
209
else if (SecurityBindingElement.
IsSslNegotiationBinding
(bootstrapSecurity, true, true))
228
else if (SecurityBindingElement.
IsSslNegotiationBinding
(bootstrapSecurity, false, true))