2 writes to OnSentAsync
Binding.ReliableSession.IntegrationTests (2)
NetHttpBindingTests.cs (1)
129
handlerFactoryBehavior.
OnSentAsync
= (response, token) =>
WSHttpBindingTests.cs (1)
129
handlerFactoryBehavior.
OnSentAsync
= (response, token) =>
2 references to OnSentAsync
Binding.ReliableSession.IntegrationTests (2)
src\System.Private.ServiceModel\tests\Scenarios\Binding\Http\HttpBindingTestHelpers.cs (2)
57
if (_parent.
OnSentAsync
!= null)
59
return await _parent.
OnSentAsync
(response, cancellationToken);