2 types derived from WSHttpBindingBase
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
22public class WSFederationHttpBinding : WSHttpBindingBase
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
21public class WSHttpBinding : WSHttpBindingBase
3 references to WSHttpBindingBase
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
38if (WSHttpBindingBase.TryCreate(elements, out binding))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
350WSHttpBindingBase wSHttpBindingBase = binding as WSHttpBindingBase;