4 overrides of OnReply
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1903
protected override void
OnReply
(Message message, TimeSpan timeout)
1995
protected override void
OnReply
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
650
protected override void
OnReply
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
177
protected override void
OnReply
(Message message, TimeSpan timeout)
2 references to OnReply
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
139
OnReply
(null, timeoutHelper.RemainingTime());
257
OnReply
(message, timeout);