PeerCastStation.Core.AtomCollectionExtensions.GetHostUphostHops C# (CSharp) Method

GetHostUphostHops() public static method

public static GetHostUphostHops ( this collection ) : int?
collection this
return int?
    public static int? GetHostUphostHops(this IAtomCollection collection)
    {
      return GetIntFrom(collection, Atom.PCP_HOST_UPHOST_HOPS);
    }
AtomCollectionExtensions