2 overrides of OnReply
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
648
protected override void
OnReply
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
182
protected override void
OnReply
(Message message, TimeSpan timeout)
2 references to OnReply
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (2)
153
OnReply
(null, timeoutHelper.RemainingTime());
261
this.
OnReply
(message, timeout);