We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f22ff commit 2114addCopy full SHA for 2114add
dotnet/src/webdriver/Internal/PortUtilities.cs
@@ -28,8 +28,11 @@ namespace OpenQA.Selenium.Internal;
28
public static class PortUtilities
29
{
30
/// <summary>
31
- /// Finds a random, free port to be listened on. Prefers IPv4, but falls back to IPv6 if necessary.
+ /// Finds a random, free port to be listened on.
32
/// </summary>
33
+ /// <remarks>
34
+ /// Prefers IPv4, but falls back to IPv6 if necessary.
35
+ /// </remarks>
36
/// <returns>A random, free port to be listened on.</returns>
37
public static int FindFreePort()
38
0 commit comments