Table of Contents

Class NexusLink

Namespace
NexusRpc
Assembly
NexusRpc.dll

A Nexus link.

public record NexusLink : IEquatable<NexusLink>
Inheritance
NexusLink
Implements
Inherited Members

Constructors

A Nexus link.

public NexusLink(Uri Uri, string Type)

Parameters

Uri Uri

URI for the link.

Type string

Type to help decode the link.

Properties

Type to help decode the link.

public string Type { get; init; }

Property Value

string

URI for the link.

public Uri Uri { get; init; }

Property Value

Uri