Class ConnectionAttemptFailedEventArgs
Used by the ConnectionAttemptFailed event
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 sealed class ConnectionAttemptFailedEventArgs : TorrentEventArgs
Properties
Peer
The peer which could not be connected to.
Declaration
public Peer Peer { get; }
Property Value
| Type | Description |
|---|---|
| Peer |
Reason
This is a guess about why the engine failed to establish an outgoing connection.
Declaration
public ConnectionFailureReason Reason { get; }
Property Value
| Type | Description |
|---|---|
| ConnectionFailureReason |