7 references to ServerUrl
Microsoft.AspNetCore.SpaProxy (7)
SpaDevelopmentServerOptions.cs (1)
19
return
ServerUrl
;
SpaProxyLaunchManager.cs (5)
47
_logger.LogInformation($"No SPA development server running at {_options.
ServerUrl
} found.");
81
var response = await httpClient.GetAsync(_options.
ServerUrl
, cancellationTokenSource.Token);
112
var response = await httpClient.GetAsync(_options.
ServerUrl
, cancellationTokenSource.Token);
160
_logger.LogError($"Unable to connect to the SPA development server at '{_options.
ServerUrl
}'.");
165
_logger.LogInformation($"SPA development server running at '{_options.
ServerUrl
}'");
SpaProxyMiddleware.cs (1)
46
if (context.Request.Path.Equals(new Uri(_options.Value.
ServerUrl
).LocalPath))