1 instantiation of UdpChannelFactory
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
159
return (IChannelFactory<TChannel>)(object)new
UdpChannelFactory
<TChannel>(new UdpTransportBindingElement(this), context);
5 references to UdpChannelFactory
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpChannelFactory.cs (5)
117
UdpChannelFactory
<IDuplexChannel> duplexChannelFactory = (
UdpChannelFactory
<IDuplexChannel>)(object)this;
122
UdpChannelFactory
<IOutputChannel> outputChannelFactory = (
UdpChannelFactory
<IOutputChannel>)(object)this;
280
internal ClientUdpDuplexChannel(
UdpChannelFactory
<IDuplexChannel> factory, UdpSocket[] sockets, IPEndPoint remoteEndPoint, EndpointAddress localAddress, EndpointAddress to, Uri via, bool isMulticast)