8 instantiations of UdpTransportBindingElement
System.ServiceModel.Channels (7)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (4)
159
return (IChannelFactory<TChannel>)(object)new UdpChannelFactory<TChannel>(new
UdpTransportBindingElement
(this), context);
172
listener = (IChannelListener<TChannel>) new UdpDuplexChannelListener(new
UdpTransportBindingElement
(this), context);
176
listener = (IChannelListener<TChannel>) new UdpReplyChannelListener(new
UdpTransportBindingElement
(this), context);
221
return new
UdpTransportBindingElement
(this);
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
50
UdpTransportBindingElement transport = new
UdpTransportBindingElement
();
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
55
return new
UdpTransportBindingElement
();
System\ServiceModel\UdpBinding.cs (1)
25
this.udpTransport = new
UdpTransportBindingElement
();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryDefaults.cs (1)
36
UdpTransportBindingElement udpBE = new
UdpTransportBindingElement
();
33 references to UdpTransportBindingElement
System.ServiceModel.Channels (27)
System\ServiceModel\Channels\UdpChannelFactory.cs (2)
17
UdpTransportBindingElement
udpTransportBindingElement;
19
internal UdpChannelFactory(
UdpTransportBindingElement
transportBindingElement, BindingContext context)
System\ServiceModel\Channels\UdpChannelListener.cs (5)
31
UdpTransportBindingElement
udpTransportBindingElement;
35
internal UdpChannelListener(
UdpTransportBindingElement
udpTransportBindingElement, BindingContext context)
120
internal
UdpTransportBindingElement
UdpTransportBindingElement
731
public UdpDuplexChannelListener(
UdpTransportBindingElement
udpTransportBindingElement, BindingContext context)
744
public UdpReplyChannelListener(
UdpTransportBindingElement
udpTransportBindingElement, BindingContext context)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
41
internal UdpTransportBindingElement(
UdpTransportBindingElement
other)
312
UdpTransportBindingElement
udpTransport = b as
UdpTransportBindingElement
;
System\ServiceModel\Channels\UdpTransportBindingElementPolicy.cs (1)
27
internal static void ExportRetransmissionEnabledAssertion(
UdpTransportBindingElement
bindingElement, PolicyAssertionCollection assertions)
System\ServiceModel\Channels\UdpTransportImporter.cs (3)
50
UdpTransportBindingElement
transport = new UdpTransportBindingElement();
76
if (transportBindingElement is
UdpTransportBindingElement
)
84
if (transportBindingElement is
UdpTransportBindingElement
)
System\ServiceModel\Channels\UdpUtility.cs (2)
225
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.TransportRequiresAddressingOnEncoderForRetransmission(encoderMessageVersion, "RetransmissionSettings", typeof(
UdpTransportBindingElement
).Name)));
230
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.TransportRequiresAddressingOnEncoderForDuplicateDetection(encoderMessageVersion, "DuplicateMessageHistoryLength", typeof(
UdpTransportBindingElement
).Name)));
System\ServiceModel\Configuration\UdpTransportElement.cs (5)
21
UdpTransportBindingElement
udpTransportBindingElement = (
UdpTransportBindingElement
)bindingElement;
35
UdpTransportBindingElement
udpTransportBindingElement = (
UdpTransportBindingElement
)bindingElement;
50
get { return typeof(
UdpTransportBindingElement
); }
System\ServiceModel\UdpBinding.cs (6)
19
UdpTransportBindingElement
udpTransport;
46
private UdpBinding(
UdpTransportBindingElement
transport, TextMessageEncodingBindingElement encoding)
175
bool BindingElementsPropertiesMatch(
UdpTransportBindingElement
transport, MessageEncodingBindingElement encoding)
217
UdpTransportBindingElement
transport = null;
222
if (bindingElement is
UdpTransportBindingElement
)
224
transport = bindingElement as
UdpTransportBindingElement
;
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\DiscoveryDefaults.cs (2)
34
public static
UdpTransportBindingElement
CreateUdpTransportBindingElement()
36
UdpTransportBindingElement
udpBE = new UdpTransportBindingElement();
System\ServiceModel\Discovery\UdpAnnouncementEndpoint.cs (1)
99
UdpTransportBindingElement
udpBE = DiscoveryDefaults.Udp.CreateUdpTransportBindingElement();
System\ServiceModel\Discovery\UdpDiscoveryEndpoint.cs (1)
104
UdpTransportBindingElement
udpBE = DiscoveryDefaults.Udp.CreateUdpTransportBindingElement();
System\ServiceModel\Discovery\UdpTransportSettings.cs (2)
15
internal UdpTransportSettings(
UdpTransportBindingElement
udpTransportBindingElement)
131
internal
UdpTransportBindingElement
UdpTransportBindingElement