Table of Contents

Class CatalogApp

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

Which application this catalog describes, so a client can tell one server's contract from another's.

public sealed class CatalogApp
Inheritance
CatalogApp
Inherited Members

Constructors

CatalogApp()

public CatalogApp()

Properties

Name

The application's name.

public string Name { get; init; }

Property Value

string

Revision

The application's own revision of its replication declarations.

public int Revision { get; init; }

Property Value

int