Skip to content

Commit 2114add

Browse files
committed
Move tech desription to remarks
1 parent b6f22ff commit 2114add

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dotnet/src/webdriver/Internal/PortUtilities.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ namespace OpenQA.Selenium.Internal;
2828
public static class PortUtilities
2929
{
3030
/// <summary>
31-
/// Finds a random, free port to be listened on. Prefers IPv4, but falls back to IPv6 if necessary.
31+
/// Finds a random, free port to be listened on.
3232
/// </summary>
33+
/// <remarks>
34+
/// Prefers IPv4, but falls back to IPv6 if necessary.
35+
/// </remarks>
3336
/// <returns>A random, free port to be listened on.</returns>
3437
public static int FindFreePort()
3538
{

0 commit comments

Comments
 (0)