2 overrides of OnConnectionSendAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
655protected override async Task OnConnectionSendAsync(Message message, TimeSpan timeout, 734protected override async Task OnConnectionSendAsync(Message message, TimeSpan timeout, bool saveHandledException, bool maskUnhandledException)
3 references to OnConnectionSendAsync
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (3)
273await OnConnectionSendAsync(message, timeout, false, true); 293await OnConnectionSendAsync(attemptInfo.Message, timeout, 510await OnConnectionSendAsync(response, DefaultSendTimeout, false, true);