Base:
method
BeginReply
System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginReply
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
261return BeginReply(message, this.defaultTimeouts.SendTimeout, callback, state);