Show / Hide Table of Contents

Class PeersFoundEventArgs

Inheritance
System.Object
System.EventArgs
PeersFoundEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MonoTorrent.Dht
Assembly: MonoTorrent.dll
Syntax
public class PeersFoundEventArgs : EventArgs

Properties

InfoHash

Declaration
public InfoHash InfoHash { get; }
Property Value
Type Description
InfoHash

Peers

Declaration
public IList<Peer> Peers { get; }
Property Value
Type Description
System.Collections.Generic.IList<Peer>
In This Article
Back to top Generated by DocFX