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