2 overrides of OnSendAsync
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
392protected override async Task OnSendAsync(Message message, TimeSpan timeout)
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
353protected override async Task OnSendAsync(Message message, TimeSpan timeout)
2 references to OnSendAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\OutputChannel.cs (2)
42return OnSendAsync(message, timeout).ToApm(callback, state); 117return OnSendAsync(message, timeout);