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