4 lines
124 B
C#
4 lines
124 B
C#
namespace MxGateway.Server.Configuration;
|
|
|
|
public sealed record EffectiveProtocolConfiguration(uint WorkerProtocolVersion);
|