4 types derived from HttpBindingBase
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
9public class BasicHttpBinding : HttpBindingBase
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
9public class BasicHttpsBinding : HttpBindingBase
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
14public class NetHttpBinding : HttpBindingBase
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
10public class NetHttpsBinding : HttpBindingBase
3 references to HttpBindingBase
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
186if (!HttpBindingBase.TryCreateSecurity(securityElement, mode, transportSecurity, out security))
MarkupTelemetryHelper.cs (2)
54case HttpBindingBase httpBindingBase: 55return GetBindingName<HttpBindingBase>(binding);