2 overrides of OnConnectionBeginSend
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
824
protected override IAsyncResult
OnConnectionBeginSend
(MessageAttemptInfo attemptInfo,
956
protected override IAsyncResult
OnConnectionBeginSend
(MessageAttemptInfo attemptInfo,
1 reference to OnConnectionBeginSend
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
378
return this.
OnConnectionBeginSend
(attemptInfo, timeout, maskUnhandledException, callback, state);