naps2/NAPS2.Escl/EsclJob.cs
Ben Olden-Cooligan ff0d538d25 Escl: Only use the path from the job URI
We want to use the same host etc. as all other requests, particularly for IPv6 link-local addresses which need the network interface.
2023-12-11 18:20:57 -08:00

6 lines
97 B
C#

namespace NAPS2.Escl;
public class EsclJob
{
public required string UriPath { get; init; }
}