Class BoundPeer
Assembly: Libplanet.dll
Syntax
public sealed class BoundPeer : Peer
Constructors
|
Improve this Doc
View Source
BoundPeer(PublicKey, DnsEndPoint, AppProtocolVersion)
Initializes a new instance of the BoundPeer class.
Declaration
public BoundPeer(PublicKey publicKey, DnsEndPoint endPoint, AppProtocolVersion appProtocolVersion)
Parameters
Properties
|
Improve this Doc
View Source
EndPoint
The corresponding of this peer.
Declaration
public DnsEndPoint EndPoint { get; }
Property Value
Type |
Description |
DnsEndPoint |
|
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(BoundPeer, BoundPeer)
Declaration
public static bool operator ==(BoundPeer left, BoundPeer right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(BoundPeer, BoundPeer)
Declaration
public static bool operator !=(BoundPeer left, BoundPeer right)
Parameters
Returns