Show / Hide Table of Contents

Class ConnectionAttemptFailedEventArgs

Used by the ConnectionAttemptFailed event

Inheritance
System.Object
System.EventArgs
TorrentEventArgs
ConnectionAttemptFailedEventArgs
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 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
In This Article
Back to top Generated by DocFX