Base:
method
BeginReply
System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginReply
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (1)
226return this.BeginReply(message, _defaultSendTimeout, callback, state);