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