1 write to _client
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobAppendReferenceWrapper.cs (1)
27
_client
= client;
2 references to _client
Microsoft.Extensions.Logging.AzureAppServices (2)
BlobAppendReferenceWrapper.cs (2)
41
return
_client
.SendAsync(message, cancellationToken);
61
response = await
_client
.SendAsync(message, cancellationToken).ConfigureAwait(false);