1 write to DatagramChannel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
661
endpoint.
DatagramChannel
= new ServiceChannel(this.binder, endpoint, this.listener.ChannelDispatcher, this.idleManager);
4 references to DatagramChannel
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
655
if (endpoint.
DatagramChannel
== null)
659
if (endpoint.
DatagramChannel
== null)
662
this.InitializeServiceChannel(endpoint.
DatagramChannel
);
667
return endpoint.
DatagramChannel
;