1 override of BeginReply
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestContextBase.cs (1)
225public override IAsyncResult BeginReply(Message message, TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginReply
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1976await Task.Factory.FromAsync(_innerContext.BeginReply, _innerContext.EndReply, message, timeout, null);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
697await Task.Factory.FromAsync(context.BeginReply, context.EndReply, faultState.FaultMessage, timeout, null);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
227rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime(),