Show / Hide Table of Contents

Class Endpoint

Represents an Hedera Node Endpoint IP Address and Port

Inheritance
Object
Endpoint
Implements
IEquatable<Endpoint>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class Endpoint : IEquatable<Endpoint>

Properties

| Improve this Doc View Source

IpAddress

Presently, the 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>
| Improve this Doc View Source

Port

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

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

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph