2 overrides of OnConnectionBeginSendMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
870protected override IAsyncResult OnConnectionBeginSendMessage(Message message, TimeSpan timeout, 994protected override IAsyncResult OnConnectionBeginSendMessage(Message message, TimeSpan timeout,
2 references to OnConnectionBeginSendMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
333return this.OnConnectionBeginSendMessage(request, timeout, callback, state); 703return this.OnConnectionBeginSendMessage(message, timeout, callback, state);