4 references to UdpTransportBindingElement
System.ServiceModel.Channels (4)
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);