3 references to DefaultCommunicationTimeouts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
98: this(binder, channelDispatcher.MessageVersion, channelDispatcher.DefaultCommunicationTimeouts) 114IDefaultCommunicationTimeouts timeouts = channelDispatcher.DefaultCommunicationTimeouts;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
108Fx.Assert((_idleManager != null) == (_binder.HasSession && _listener.ChannelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout != TimeSpan.MaxValue), "idle manager is present only when there is a session with a finite receive timeout");