Implemented interface member:
method
BeginSend
System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
2 references to BeginSend
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1199
return
BeginSend
(message, OperationTimeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
737
return _serviceChannel.
BeginSend
(message, timeout, callback, state);