Skip to content

Commit 6696184

Browse files
committed
Small fix
1 parent a09ba4f commit 6696184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/MongoUrl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public string Password
374374
/// <summary>
375375
/// Gets the proxy port.
376376
/// </summary>
377-
public int ProxyPort => _proxyPort;
377+
public int? ProxyPort => _proxyPort;
378378

379379
/// <summary>
380380
/// Gets the proxy username.

0 commit comments

Comments
 (0)