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