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