Skip to content

Commit 1efb74d

Browse files
authored
[dotnet] Mark FTP proxy support as deprecated (#15925)
1 parent 0d16999 commit 1efb74d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/Proxy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ public bool IsAutoDetect
241241
/// </summary>
242242
[JsonPropertyName("ftpProxy")]
243243
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
244+
[Obsolete("FTP proxy support is deprecated and will be removed in the 4.37 version.")]
244245
public string? FtpProxy
245246
{
246247
get => this.ftpProxyLocation;

0 commit comments

Comments
 (0)