<PackageReference Include="Relativity.Transfer.Client" Version="7.4.10" />

AsperaClientConfiguration

public const bool DefaultCreateDirectories = true

public const int DefaultDatagramSize = 0

public const int DefaultDocRootLevels = 1

public const string DefaultEncryptionCipher = "AES_256"

public const bool DefaultFaspDebugEnabled = false

public const int DefaultHealthCheckLogMaxLine = 100

public const int DefaultMetaThreadCount = 0

public const string DefaultOverwritePolicy = "ALWAYS"

public const string DefaultPartialFileSuffix = ".partial"

public const string DefaultPolicy = "FAIR"

public const int DefaultReadThreadCount = 0

public const string DefaultResumeCheck = "OFF"

public const string DefaultResumeSuffix = ".aspx"

public const bool DefaultSaveBeforeOverwriteEnabled = false

public const int DefaultScanThreadCount = 0

public const int DefaultTcpPort = 33001

public const string DefaultTestConnectionDestinationPath = "/.healthcheck/TestConnectionResults"

public const int DefaultUdpPortEndRange = 33050

public const int DefaultUdpPortStartRange = 33001

public const bool DefaultUseAscp4 = false

public const int DefaultWriteThreadCount = 0

public const string OldDefaultTestConnectionDestinationPath = "/FTA/TestConnectionResults"

public string AccountPassword { get; set; }

public string AccountUserName { get; set; }

public AscpVersion AscpClientVersion { get; set; }

public bool CreateDirectories { get; set; }

public int DatagramSize { get; set; }

public int DocRootLevels { get; set; }

public string EncryptionCipher { get; set; }

public bool FaspDebugEnabled { get; set; }

public int HealthCheckLogMaxLine { get; set; }

public Uri Host { get; set; }

public bool LegacyPortCheck { get; set; }

public int MetaThreadCount { get; set; }

public string OverwritePolicy { get; set; }

public string PartialFileSuffix { get; set; }

public string Policy { get; set; }

public int ReadThreadCount { get; set; }

public bool ReportNotOverriddenFiles { get; set; }

public string ResumeCheck { get; set; }

public string ResumeSuffix { get; set; }

public bool SaveBeforeOverwriteEnabled { get; set; }

public int ScanThreadCount { get; set; }

public string SecurityToken { get; set; }

public string SshPassphrase { get; set; }

public string SshPrivateKeyFile { get; set; }

public int TcpPort { get; set; }

public string TestConnectionDestinationPath { get; set; }

public int UdpPortEndRange { get; set; }

public int UdpPortStartRange { get; set; }

public bool UseAscp4 { get; set; }

public int WriteThreadCount { get; set; }

public AsperaClientConfiguration(IDictionary<string, object> properties)