3 types derived from TransportBindingElement
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
8public abstract class ConnectionOrientedTransportBindingElement : TransportBindingElement
System.ServiceModel.Primitives.Tests (1)
Channels\TransportBindingElementTest.cs (1)
23public class MyBindingElement : TransportBindingElement
UnitTests.Common (1)
MockTransportBindingElement.cs (1)
8public class MockTransportBindingElement : TransportBindingElement
5 references to TransportBindingElement
System.ServiceModel (1)
netstandard.cs (1)
95[assembly: TypeForwardedTo(typeof(TransportBindingElement))]
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (1)
47/// <remarks>Creates a new <see cref="TransportBindingElement"/> and adds <see cref="WSTrustTokenParameters"/> to the appropriate EndpointSupportingTokenParameters (Endorsing or Signed).
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\TransportChannelFactory.cs (2)
14protected TransportChannelFactory(TransportBindingElement bindingElement, BindingContext context) 19protected TransportChannelFactory(TransportBindingElement bindingElement, BindingContext context,
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1842protected TransportBindingElement(System.ServiceModel.Channels.TransportBindingElement elementToBeCloned) { }