Class ProtoApplicationClients
The ordered clients registered for one application, per protocol.
public sealed record ProtoApplicationClients : IEquatable<ProtoApplicationClients>
- Inheritance
-
ProtoApplicationClients
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoApplicationClients(string, IReadOnlyList<ProtoApplicationClient>)
The ordered clients registered for one application, per protocol.
public ProtoApplicationClients(string ApplicationName, IReadOnlyList<ProtoApplicationClient> Clients)
Parameters
ApplicationNamestringClientsIReadOnlyList<ProtoApplicationClient>
Properties
ApplicationName
public string ApplicationName { get; init; }
Property Value
Clients
public IReadOnlyList<ProtoApplicationClient> Clients { get; init; }