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