1 write to DatagramChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
423endpoint.DatagramChannel = new ServiceChannel(Binder, endpoint, _listener.ChannelDispatcher, _idleManager);
4 references to DatagramChannel
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
417if (endpoint.DatagramChannel == null) 421if (endpoint.DatagramChannel == null) 424InitializeServiceChannel(endpoint.DatagramChannel); 429return endpoint.DatagramChannel;