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