Class AttemptConnectionEventArgs
Inheritance
System.Object
System.EventArgs
AttemptConnectionEventArgs
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.Client
Assembly: MonoTorrent.dll
Syntax
public class AttemptConnectionEventArgs : EventArgs
Constructors
AttemptConnectionEventArgs(Peer)
Declaration
public AttemptConnectionEventArgs(Peer peer)
Parameters
| Type | Name | Description |
|---|---|---|
| Peer | peer |
Properties
BanPeer
Declaration
public bool BanPeer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Peer
Declaration
public Peer Peer { get; }
Property Value
| Type | Description |
|---|---|
| Peer |