Class ProtoApplicationClient

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

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

ProtocolName string
ClientName string

Properties

ClientName

public string ClientName { get; init; }

Property Value

string

ProtocolName

public string ProtocolName { get; init; }

Property Value

string