2 types derived from WSHttpBindingBase
System.ServiceModel (2)
System\ServiceModel\WSFederationHttpBinding.cs (1)
23
public class WSFederationHttpBinding :
WSHttpBindingBase
System\ServiceModel\WSHttpBinding.cs (1)
23
public class WSHttpBinding :
WSHttpBindingBase
7 references to WSHttpBindingBase
System.ServiceModel (7)
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
37
if (
WSHttpBindingBase
.TryCreate(elements, out binding))
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (4)
110
WSHttpBindingBase
wspBinding = (
WSHttpBindingBase
)binding;
127
WSHttpBindingBase
wspBinding = (
WSHttpBindingBase
)binding;
System\ServiceModel\WSHttpBindingBase.cs (2)
392
WSHttpBindingBase
wSHttpBindingBase = binding as
WSHttpBindingBase
;