Implemented interface member:
method
BeginSend
System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message, System.TimeSpan, System.AsyncCallback, System.Object)
2 references to BeginSend
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1214
return
BeginSend
(message, OperationTimeout, callback, state);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
752
return _serviceChannel.
BeginSend
(message, timeout, callback, state);