2 overrides of OnConnectionSendMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
860protected override void OnConnectionSendMessage(Message message, TimeSpan timeout, MaskingMode maskingMode) 989protected override void OnConnectionSendMessage(Message message, TimeSpan timeout, MaskingMode maskingMode)
2 references to OnConnectionSendMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
475this.OnConnectionSendMessage(request, this.DefaultSendTimeout, MaskingMode.All); 677this.OnConnectionSendMessage(message, timeout, MaskingMode.Handled);