4 overrides of BeginReply
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
114
public override IAsyncResult
BeginReply
(Message message, AsyncCallback callback, object state)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
48
public override IAsyncResult
BeginReply
(Message message, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
259
public override IAsyncResult
BeginReply
(Message message, AsyncCallback callback, object state)
System\ServiceModel\Channels\RequestContextBase.cs (1)
232
public override IAsyncResult
BeginReply
(Message message, AsyncCallback callback, object state)
4 references to BeginReply
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (1)
116
return this.innerRequestContext.
BeginReply
(message, callback, state);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1263
var result = request.
BeginReply
(reply, ChannelHandler.onAsyncReplyComplete, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
2225
return requestContext.
BeginReply
(response, sendCallback, this);
4779
result = ((RequestContext)(object)faultContext).
BeginReply
(message, sendCallback, this);