1 write to _requestUri
IISExpress.FunctionalTests (1)
InProcess\WebSocketTests.cs (1)
29_requestUri = fixture.DeploymentResult.ApplicationBaseUri;
5 references to _requestUri
IISExpress.FunctionalTests (5)
InProcess\WebSocketTests.cs (5)
30_webSocketUri = _requestUri.Replace("http:", "ws:"); 37using var response = await client.PostAsync(_requestUri + "WebSocketNotUpgradable", new StringContent("Hello World")); 46using var response = await client.PostAsync(_requestUri + "WebSocketUpgradable", new StringContent("")); 86Uri uri = new Uri(_requestUri + "WebSocketNotUpgradable"); 106Uri uri = new Uri(_requestUri + "WebSocketUpgradeFails");