1 write to DatagramChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
431
endpoint.
DatagramChannel
= new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager);
4 references to DatagramChannel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
425
if (endpoint.
DatagramChannel
== null)
429
if (endpoint.
DatagramChannel
== null)
432
this.InitializeServiceChannel(endpoint.
DatagramChannel
);
437
return endpoint.
DatagramChannel
;