10 overrides of OnReply
System.ServiceModel (10)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
312protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
3233protected override void OnReply(Message message, TimeSpan timeout) 3624protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1525protected override void OnReply(Message reply, TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1445protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1336protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
238protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
692protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
183protected override void OnReply(Message message, TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3553protected override void OnReply(Message message, TimeSpan timeout)
1 reference to OnReply
System.ServiceModel (1)
System\ServiceModel\Channels\RequestContextBase.cs (1)
269this.OnReply(message, timeout);