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 0d16999 commit 1efb74dCopy full SHA for 1efb74d
dotnet/src/webdriver/Proxy.cs
@@ -241,6 +241,7 @@ public bool IsAutoDetect
241
/// </summary>
242
[JsonPropertyName("ftpProxy")]
243
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
244
+ [Obsolete("FTP proxy support is deprecated and will be removed in the 4.37 version.")]
245
public string? FtpProxy
246
{
247
get => this.ftpProxyLocation;
0 commit comments