Implemented interface member:
method
BeginRequest
System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginRequest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
220return this.BeginRequest(message, this.DefaultSendTimeout, callback, state);