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

GetHeloPort() public static method

public static GetHeloPort ( this collection ) : int?
collection this
return int?
    public static int? GetHeloPort(this IAtomCollection collection)
    {
      return (int?)GetUShortFrom(collection, Atom.PCP_HELO_PORT);
    }
AtomCollectionExtensions