Table of Contents

Class ConnectionResult

Namespace
Quilt4Net.Toolkit.Framework
Assembly
Quilt4Net.Toolkit.dll
public record ConnectionResult : IEquatable<ConnectionResult>
Inheritance
ConnectionResult
Implements
Inherited Members

Properties

Address

public Uri Address { get; init; }

Property Value

Uri

Capabilities

public WhoAmIResponse Capabilities { get; init; }

Property Value

WhoAmIResponse

Message

public string Message { get; init; }

Property Value

string

Success

public bool Success { get; init; }

Property Value

bool