1 write to _httpClient
Aspire.Dashboard (1)
Model\Assistant\ChatClientFactory.cs (1)
83
InitializeClientConfiguration(out _endpoint, out _credential, out
_httpClient
);
4 references to _httpClient
Aspire.Dashboard (4)
Model\Assistant\ChatClientFactory.cs (4)
55
Transport = new HttpClientPipelineTransport(
_httpClient
)
64
[MemberNotNull(nameof(_endpoint), nameof(_credential), nameof(
_httpClient
))]
91
Debug.Assert(_endpoint is not null && _credential is not null &&
_httpClient
is not null);
140
using var httpResponse = await
_httpClient
.SendAsync(httpRequest, cancellationToken).ConfigureAwait(false);