Implemented interface member:
method
SendAsync
System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message, System.TimeSpan)
3 references to SendAsync
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (3)
349
return
SendAsync
(message, timeout).ToApm(callback, state);
359
return
SendAsync
(message, DefaultSendTimeout);
385
SendAsync
(message, timeout).GetAwaiter().GetResult();