Remove properties from RecActionOptions class

Removed AddedWho and UseHttp1ForNtlm properties from RecActionOptions, leaving the class empty. This change cleans up unused configuration options.
This commit is contained in:
2026-03-25 16:13:32 +01:00
parent 11ebfdd21e
commit b0d89ceba4

View File

@@ -2,7 +2,5 @@
public class RecActionOptions
{
public string AddedWho { get; set; } = null!;
public bool UseHttp1ForNtlm { get; set; } = false;
}