1 write to ApplicationBaseUri
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DeploymentResult.cs (1)
50ApplicationBaseUri = applicationBaseUri;
4 references to ApplicationBaseUri
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Common\DeploymentParameters.cs (1)
106/// different than this. Use <see cref="DeploymentResult.ApplicationBaseUri"/> for the
Common\DeploymentResult.cs (3)
38/// An <see cref="HttpClient"/> with <see cref="LoggingHandler"/> configured and the <see cref="HttpClient.BaseAddress"/> set to the <see cref="ApplicationBaseUri"/> 59/// Create an <see cref="HttpClient"/> with <see cref="LoggingHandler"/> configured and the <see cref="HttpClient.BaseAddress"/> set to the <see cref="ApplicationBaseUri"/>, 67BaseAddress = new Uri(ApplicationBaseUri),