4 overrides of Reply
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
109public override void Reply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
68public override void Reply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
253public override void Reply(Message message, TimeSpan timeout)
System\ServiceModel\Channels\RequestContextBase.cs (1)
260public override void Reply(Message message, TimeSpan timeout)
7 references to Reply
System.ServiceModel (7)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
111this.innerRequestContext.Reply(message, timeout);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3630this.innerContext.Reply(message, timeout);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
1016context.Reply(response, this.DefaultSendTimeout);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
929context.Reply(response, this.DefaultSendTimeout); 1799context.Reply(message, timeout);
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
249this.innerContext.Reply(message, timeout); 420innerContext.Reply(reply, timeout);