2 references to ServiceChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
431
endpoint.DatagramChannel = new
ServiceChannel
(_binder, endpoint, _listener.ChannelDispatcher, _idleManager);
458
_channel = new
ServiceChannel
(_binder, endpoint, _listener.ChannelDispatcher, _idleManager);