From 19a28e802c5a7d885802930790457e29d79b0d4a Mon Sep 17 00:00:00 2001 From: Alex Popov Date: Fri, 20 Jun 2025 23:27:06 +0700 Subject: [PATCH] [proxy] Mark FTP proxy support as deprecated --- dotnet/src/webdriver/Proxy.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/src/webdriver/Proxy.cs b/dotnet/src/webdriver/Proxy.cs index 71046907e9745..675e7a44c6a67 100644 --- a/dotnet/src/webdriver/Proxy.cs +++ b/dotnet/src/webdriver/Proxy.cs @@ -241,6 +241,7 @@ public bool IsAutoDetect /// [JsonPropertyName("ftpProxy")] [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] + [Obsolete("FTP proxy support is deprecated and will be removed in the 4.37 version.")] public string? FtpProxy { get => this.ftpProxyLocation;