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