Show / Hide Table of Contents

Class ConsensusNodeEndpointInfo

Represents a Hedera Node ConsensusNodeEndpoint IP Address and Port

Inheritance
object
ConsensusNodeEndpointInfo
Implements
IEquatable<ConsensusNodeEndpointInfo>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record ConsensusNodeEndpointInfo : IEquatable<ConsensusNodeEndpointInfo>

Properties

| Edit this page View Source

IpAddress

Presently, the 32-bit IPv4 address of the server node's gRPC access encoded in left to right order (e.g. 127.0.0.1 has 127 as its first byte)

Declaration
public ReadOnlyMemory<byte> IpAddress { get; }
Property Value
Type Description
ReadOnlyMemory<byte>
| Edit this page View Source

Port

The Port number accessing the server node's gRPC service.

Declaration
public int Port { get; }
Property Value
Type Description
int

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph