Show / Hide Table of Contents

Class ConnectionManager

Main controller class for all incoming and outgoing connections

Inheritance
System.Object
ConnectionManager
Inherited Members
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 ConnectionManager

Properties

HalfOpenConnections

The number of concurrent connection attempts

Declaration
public int HalfOpenConnections { get; }
Property Value
Type Description
System.Int32

OpenConnections

The number of open connections

Declaration
public int OpenConnections { get; }
Property Value
Type Description
System.Int32

Events

BanPeer

Declaration
public event EventHandler<AttemptConnectionEventArgs> BanPeer
Event Type
Type Description
System.EventHandler<AttemptConnectionEventArgs>
In This Article
Back to top Generated by DocFX