4 types derived from TransportBindingElement
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
17: 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
32 references to 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.Http (3)
System\ServiceModel\HttpBindingBase.cs (1)
266internal TransportBindingElement GetTransport()
System\ServiceModel\WSHttpBinding.cs (1)
66protected override TransportBindingElement GetTransport()
System\ServiceModel\WSHttpBindingBase.cs (1)
204protected abstract TransportBindingElement GetTransport();
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 (26)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
172TransportBindingElement transport = context.Binding.Elements.Find<TransportBindingElement>();
System\ServiceModel\Channels\Binding.cs (2)
225TransportBindingElement transport = null; 229transport = elements[index] as TransportBindingElement;
System\ServiceModel\Channels\ChannelBuilder.cs (2)
48TransportBindingElement transport = elements.Find<TransportBindingElement>();
System\ServiceModel\Channels\CustomBinding.cs (2)
121TransportBindingElement transport = Elements.Find<TransportBindingElement>();
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
386TransportBindingElement transportElement = context.RemainingBindingElements.Find<TransportBindingElement>();
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
343TransportBindingElement transportBindingElement = null; 347transportBindingElement = context.RemainingBindingElements.Find<TransportBindingElement>();
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
135binding.CreateBindingElements().Find<TransportBindingElement>().ManualAddressing) 157binding.CreateBindingElements().Find<TransportBindingElement>().ManualAddressing)
System\ServiceModel\Channels\TransportBindingElement.cs (4)
27protected TransportBindingElement(TransportBindingElement elementToBeCloned) 87internal static IChannelFactory<TChannel> CreateChannelFactory<TChannel>(TransportBindingElement transport) 160TransportBindingElement transport = b as TransportBindingElement;
System\ServiceModel\Channels\TransportChannelFactory.cs (2)
15protected TransportChannelFactory(TransportBindingElement bindingElement, BindingContext context) 20protected TransportChannelFactory(TransportBindingElement bindingElement, BindingContext context,
System\ServiceModel\Description\DispatcherBuilder.cs (2)
304TransportBindingElement transport = binding.CreateBindingElements().Find<TransportBindingElement>();
System\ServiceModel\Security\AcceleratedTokenProvider.cs (2)
133TransportBindingElement transportBindingElement = IssuerBindingContext.RemainingBindingElements.Find<TransportBindingElement>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
339TransportBindingElement transportBindingElement = context.RemainingBindingElements.Find<TransportBindingElement>();