4 references to WSHttpBinding
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
160WSHttpBinding binding = new WSHttpBinding(SecurityMode.None, reliableSessionEnabled: false);
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (1)
46: base(securityMode, reliableSessionEnabled)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
39: this(securityMode, false)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
30: base(securityMode, reliableSessionEnabled)