Class ProtoApplicationClients

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

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

ApplicationName string
Clients IReadOnlyList<ProtoApplicationClient>

Properties

ApplicationName

public string ApplicationName { get; init; }

Property Value

string

Clients

public IReadOnlyList<ProtoApplicationClient> Clients { get; init; }

Property Value

IReadOnlyList<ProtoApplicationClient>