Class ProtoApplicationClient
A client of a protocol registered under an application.
public sealed record ProtoApplicationClient : IEquatable<ProtoApplicationClient>
- Inheritance
-
ProtoApplicationClient
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoApplicationClient(string, string)
A client of a protocol registered under an application.
public ProtoApplicationClient(string ProtocolName, string ClientName)
Parameters
Properties
ClientName
public string ClientName { get; init; }
Property Value
ProtocolName
public string ProtocolName { get; init; }