7 references to Port
Sockets.FunctionalTests (7)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (2)
121
Context.Log.LogDebug($"TestServer is listening on port {
Port
}");
143
return new TestConnection(
Port
, _listenOptions.IPEndPoint.AddressFamily);
src\Servers\Kestrel\test\FunctionalTests\Http2\HandshakeTests.cs (2)
87
var result = await Client.GetStringAsync($"https://localhost:{server.
Port
}/");
115
var result = await Client.GetStringAsync($"https://localhost:{server.
Port
}/");
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (3)
92
var response = await Client.GetStringAsync($"https://localhost:{server.
Port
}/");
142
var requestTask = Client.GetStringAsync($"https://localhost:{server.
Port
}/");
194
var requestTask = Client.GetStringAsync($"https://localhost:{server.
Port
}/");