Show / Hide Table of Contents

Class NewConnectionEventArgs

Inheritance
System.Object
System.EventArgs
TorrentEventArgs
NewConnectionEventArgs
Inherited Members
TorrentEventArgs.TorrentManager
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.Client
Assembly: MonoTorrent.dll
Syntax
public class NewConnectionEventArgs : TorrentEventArgs

Constructors

NewConnectionEventArgs(Peer, IConnection, TorrentManager)

Declaration
public NewConnectionEventArgs(Peer peer, IConnection connection, TorrentManager manager)
Parameters
Type Name Description
Peer peer
IConnection connection
TorrentManager manager

Properties

Connection

Declaration
public IConnection Connection { get; }
Property Value
Type Description
IConnection

Peer

Declaration
public Peer Peer { get; }
Property Value
Type Description
Peer
In This Article
Back to top Generated by DocFX