Show / Hide Table of Contents

Interface IPeer

Represents a peer in network communication.

Namespace: DotNext.Net
Assembly: DotNext.Net.Cluster.dll
Syntax
public interface IPeer

Properties

| Edit this page View Source

EndPoint

The address of the peer.

Declaration
EndPoint EndPoint { get; }
Property Value
Type Description
EndPoint

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.GetUserData<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾