Class Endpoint
Represents an Hedera Node Endpoint IP Address and Port
Implements
Inherited Members
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class Endpoint : IEquatable<Endpoint>
Properties
| Improve this Doc View SourceIpAddress
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> |
Port
The Port number accessing the server node's gRPC service.
Declaration
public int Port { get; }
Property Value
Type | Description |
---|---|
Int32 |