Show / Hide Table of Contents

Class Mappings

Inheritance
System.Object
Mappings
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.PortForwarding
Assembly: MonoTorrent.dll
Syntax
public sealed class Mappings

Properties

Created

A list of mappings which have been successfully created

Declaration
public IReadOnlyList<Mapping> Created { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<Mapping>

Failed

A list of mappings which could not be created. This can happen if the public port is already in use and is mapped to a different IP address in the local network.

Declaration
public IReadOnlyList<Mapping> Failed { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<Mapping>

Pending

A list of mappings which will be created as soon as a compatible uPnP or NAT-PMP router is discovered.

Declaration
public IReadOnlyList<Mapping> Pending { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<Mapping>
In This Article
Back to top Generated by DocFX