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)
349return SendAsync(message, timeout).ToApm(callback, state); 359return SendAsync(message, DefaultSendTimeout); 385SendAsync(message, timeout).GetAwaiter().GetResult();