2 overrides of OnConnectionSendAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
655
protected override async Task
OnConnectionSendAsync
(Message message, TimeSpan timeout,
734
protected 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)
273
await
OnConnectionSendAsync
(message, timeout, false, true);
293
await
OnConnectionSendAsync
(attemptInfo.Message, timeout,
510
await
OnConnectionSendAsync
(response, DefaultSendTimeout, false, true);