1 write to _statusEndpoint
Aspire.Hosting.OpenAI (1)
StatusPageHealthCheck.cs (1)
34
_statusEndpoint
= statusEndpoint ?? throw new ArgumentNullException(nameof(statusEndpoint));
2 references to _statusEndpoint
Aspire.Hosting.OpenAI (2)
StatusPageHealthCheck.cs (2)
48
using var req = new HttpRequestMessage(HttpMethod.Get,
_statusEndpoint
);
97
["endpoint"] =
_statusEndpoint
.ToString()