2 overrides of OnConnectionSend
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
787
protected override void
OnConnectionSend
(Message message, TimeSpan timeout,
924
protected override void
OnConnectionSend
(Message message, TimeSpan timeout, bool saveHandledException, bool maskUnhandledException)
3 references to OnConnectionSend
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (3)
323
this.
OnConnectionSend
(message, timeout, false, true);
357
OnConnectionSend
(attemptInfo.Message, timeout,
604
this.
OnConnectionSend
(response, this.DefaultSendTimeout, false, true);