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