Show / Hide Table of Contents

Class BlockEventArgs

Inheritance
System.Object
System.EventArgs
TorrentEventArgs
BlockEventArgs
Inherited Members
TorrentEventArgs.TorrentManager
System.EventArgs.Empty
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public class BlockEventArgs : TorrentEventArgs

Properties

ID

The peer who the block has been requested off

Declaration
public PeerId ID { get; set; }
Property Value
Type Description
PeerId

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()
In This Article
Back to top Generated by DocFX