3 references to RegisterIPEndPoint_Success
Sockets.BindTests (3)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (3)
108
await
RegisterIPEndPoint_Success
(endPoint, testUrl);
121
await
RegisterIPEndPoint_Success
(endpoint, testUrl, 443);
344
=> RunTestWithStaticPort(port =>
RegisterIPEndPoint_Success
(new IPEndPoint(address, port), testUrl, port));