4 overrides of BeginReply
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
119
public override IAsyncResult
BeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
43
public override IAsyncResult
BeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
264
public override IAsyncResult
BeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\RequestContextBase.cs (1)
237
public override IAsyncResult
BeginReply
(Message message, TimeSpan timeout, AsyncCallback callback, object state)
8 references to BeginReply
System.ServiceModel (8)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
121
return this.innerRequestContext.
BeginReply
(message, timeout, callback, state);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3550
return this.innerContext.
BeginReply
(message, timeout, callback, state);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1062
return faultState.RequestContext.
BeginReply
(faultState.FaultMessage, timeout, callback, state);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1821
IAsyncResult result = this.requestContext.
BeginReply
(this.asyncMessage, timeout,
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1429
return this.innerContext.
BeginReply
(message, timeout, callback, state);
1466
return context.
BeginReply
(message, timeout, callback, state);
1854
return innerItem.
BeginReply
(faultMessage, timeout, callback, state);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
214
return this.innerContext.
BeginReply
(message, timeout, callback, state);