3 types derived from TransportBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
11
:
TransportBindingElement
,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
18
:
TransportBindingElement
, ITransportPolicyImport
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
18
:
TransportBindingElement
,
50 references to TransportBindingElement
dotnet-svcutil-lib (50)
CodeDomFixup\EndpointSelector.cs (1)
125
if (bindingElement is
TransportBindingElement
)
CodeDomFixup\System.ServiceModel.FederationCodeGen.cs (1)
43
protected override System.ServiceModel.Channels.
TransportBindingElement
GetTransport() => default;
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
160
else if (element is
TransportBindingElement
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
184
TransportBindingElement
transport = context.Binding.Elements.Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (2)
220
TransportBindingElement
transport = null;
224
transport = elements[index] as
TransportBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (2)
128
TransportBindingElement
transport = _bindingElements.Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
277
TransportBindingElement
transportElement = context.RemainingBindingElements.Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
145
binding.CreateBindingElements().Find<
TransportBindingElement
>().ManualAddressing)
167
binding.CreateBindingElements().Find<
TransportBindingElement
>().ManualAddressing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (2)
34
TransportBindingElement
transport = elements.Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (4)
26
protected TransportBindingElement(
TransportBindingElement
elementToBeCloned)
86
internal static IChannelFactory<TChannel> CreateChannelFactory<TChannel>(
TransportBindingElement
transport)
159
TransportBindingElement
transport = b as
TransportBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (8)
45
TransportBindingElement
transportBindingElement = GetBindingElements(context).Find<
TransportBindingElement
>();
83
private static void ImportAddress(WsdlEndpointConversionContext context,
TransportBindingElement
transportBindingElement)
103
TransportBindingElement
transportBindingElement = CreateTransportBindingElements(soapBinding.Transport, null);
125
if (transportUri != null && !policyContext.BindingElements.Contains(typeof(
TransportBindingElement
)))
127
TransportBindingElement
transportBindingElement = CreateTransportBindingElements(transportUri, policyContext);
141
private static
TransportBindingElement
CreateTransportBindingElements(string transportUri, PolicyConversionContext policyContext)
143
TransportBindingElement
transportBindingElement = null;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (2)
18
protected TransportChannelFactory(
TransportBindingElement
bindingElement, BindingContext context)
23
protected TransportChannelFactory(
TransportBindingElement
bindingElement, BindingContext context,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (3)
49
if (transportUri != null && transportUri.Equals(UdpConstants.WsdlSoapUdpTransportUri, StringComparison.Ordinal) && !context.BindingElements.Contains(typeof(
TransportBindingElement
)))
76
TransportBindingElement
transportBindingElement = bindingElements.Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
305
TransportBindingElement
transport = binding.CreateBindingElements().Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
413
TransportBindingElement
bindingElement = bindingElementCollection.Find<
TransportBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
250
internal
TransportBindingElement
GetTransport()
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
193
else if (element is
TransportBindingElement
)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
343
else if (element is
TransportBindingElement
)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (1)
67
internal new static bool TryCreate(SecurityBindingElement sbe,
TransportBindingElement
transport, PrivacyNoticeBindingElement privacy, ReliableSessionBindingElement rsbe, TransactionFlowBindingElement tfbe, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (1)
66
internal new static bool TryCreate(SecurityBindingElement sbe,
TransportBindingElement
transport, ReliableSessionBindingElement rsbe, TransactionFlowBindingElement tfbe, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (3)
104
internal static bool TryCreate(SecurityBindingElement sbe,
TransportBindingElement
transport, PrivacyNoticeBindingElement privacy, ReliableSessionBindingElement rsbe, TransactionFlowBindingElement tfbe, out Binding binding)
145
protected override
TransportBindingElement
GetTransport()
157
internal static bool GetSecurityModeFromTransport(
TransportBindingElement
transport, HttpTransportSecurity transportSecurity, out WSFederationHttpSecurityMode mode)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (4)
102
internal static bool TryCreate(SecurityBindingElement sbe,
TransportBindingElement
transport, ReliableSessionBindingElement rsbe, TransactionFlowBindingElement tfbe, out Binding binding)
152
protected override
TransportBindingElement
GetTransport()
166
internal static bool GetSecurityModeFromTransport(
TransportBindingElement
transport, HttpTransportSecurity transportSecurity, out UnifiedSecurityMode mode)
185
internal static bool TryGetAllowCookiesFromTransport(
TransportBindingElement
transport, out bool allowCookies)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
304
else if (element is
TransportBindingElement
)
358
protected abstract
TransportBindingElement
GetTransport();