Show / Hide Table of Contents

Class DeadPeer

Information on a peer that is not reachable.

Inheritance
Object
DeadPeer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PeerTalk
Assembly: PeerTalk.dll
Syntax
public class DeadPeer

Properties

| Improve this Doc View Source

Backoff

How long to wait before attempting another connect.

Declaration
public TimeSpan Backoff { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

NextAttempt

When another connect should be tried.

Declaration
public DateTime NextAttempt { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Peer

The peer that does not respond.

Declaration
public Peer Peer { get; set; }
Property Value
Type Description
Peer
  • Improve this Doc
  • View Source
Back to top Generated by DocFX