1 write to _parent
Binding.Http.IntegrationTests (1)
HttpBindingTestHelpers.cs (1)
42
_parent
= parent;
4 references to _parent
Binding.Http.IntegrationTests (4)
HttpBindingTestHelpers.cs (4)
48
if (
_parent
.OnSendingAsync != null)
50
response = await
_parent
.OnSendingAsync(request, cancellationToken);
57
if (
_parent
.OnSentAsync != null)
59
return await
_parent
.OnSentAsync(response, cancellationToken);