1 write to DatagramChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
431endpoint.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)
425if (endpoint.DatagramChannel == null) 429if (endpoint.DatagramChannel == null) 432this.InitializeServiceChannel(endpoint.DatagramChannel); 437return endpoint.DatagramChannel;