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)
48using var req = new HttpRequestMessage(HttpMethod.Get, _statusEndpoint); 97["endpoint"] = _statusEndpoint.ToString()